pinlu 3 лет назад
Родитель
Сommit
32ba6faee8
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      GoogleSignIn/Sources/GIDSignIn_Private.h

+ 3 - 2
GoogleSignIn/Sources/GIDSignIn_Private.h

@@ -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;