Sfoglia il codice sorgente

Merge branch 'refactorGSI' into pin-GIDProfileDataFetcher

pinlu 3 anni fa
parent
commit
c83dba2e84
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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;
 
-/// 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
 /// operation was unsuccessful.
 typedef void (^GIDSignInCompletion)(GIDSignInResult *_Nullable signInResult,