瀏覽代碼

Merge branch 'refactorGSI' into pin-GIDProfileDataFetcher

pinlu 3 年之前
父節點
當前提交
c83dba2e84
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      GoogleSignIn/Sources/GIDSignIn_Private.h

+ 0 - 4
GoogleSignIn/Sources/GIDSignIn_Private.h

@@ -31,10 +31,6 @@ NS_ASSUME_NONNULL_BEGIN
 
 
 @protocol GIDKeychainHandler;
 @protocol GIDKeychainHandler;
 
 
-/// Represents a completion block that takes a `GIDUserAuth` on success or an error if the operation
-/// was unsuccessful.
-typedef void (^GIDUserAuthCompletion)(GIDUserAuth *_Nullable userAuth, NSError *_Nullable error);
-
 /// Represents a completion block that takes a `GIDSignInResult` on success or an error if the
 /// Represents a completion block that takes a `GIDSignInResult` on success or an error if the
 /// operation was unsuccessful.
 /// operation was unsuccessful.
 typedef void (^GIDSignInCompletion)(GIDSignInResult *_Nullable signInResult,
 typedef void (^GIDSignInCompletion)(GIDSignInResult *_Nullable signInResult,