瀏覽代碼

Improve documentation

pinlu 3 年之前
父節點
當前提交
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;