|
|
@@ -46,8 +46,9 @@ typedef void (^GIDUserAuthCompletion)(GIDUserAuth *_Nullable userAuth, NSError *
|
|
|
- (void)signInWithOptions:(GIDSignInInternalOptions *)options;
|
|
|
|
|
|
/// Restores a previously authenticated user from the keychain synchronously without refreshing
|
|
|
-/// the access token or making a userinfo request. The currentUser.profile will be nil unless
|
|
|
-/// the profile data can be extracted from the ID token.
|
|
|
+/// the access token or making a userinfo request.
|
|
|
+///
|
|
|
+/// The currentUser.profile will be nil unless the profile data can be extracted from the ID token.
|
|
|
///
|
|
|
/// @return NO if there is no user restored from the keychain.
|
|
|
- (BOOL)restorePreviousSignInNoRefresh;
|