|
|
@@ -44,7 +44,9 @@ typedef void (^GIDUserAuthCompletion)(GIDUserAuth *_Nullable userAuth, NSError *
|
|
|
/// Private initializer for |GIDSignIn|.
|
|
|
- (instancetype)initPrivate;
|
|
|
|
|
|
-- (instancetype)initWithKeychainHandler:(id<GIDKeychainHandler>)keychainHandler;
|
|
|
+/// The designated initializer.
|
|
|
+- (instancetype)initWithKeychainHandler:(id<GIDKeychainHandler>)keychainHandler
|
|
|
+ NS_DESIGNATED_INITIALIZER;
|
|
|
|
|
|
/// Authenticates with extra options.
|
|
|
- (void)signInWithOptions:(GIDSignInInternalOptions *)options;
|