|
|
@@ -111,7 +111,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) {
|
|
|
/// starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
|
|
|
/// `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
|
|
|
///
|
|
|
-/// @param presentingViewController The view controller used to present `SFSafariViewContoller` on
|
|
|
+/// @param presentingViewController The view controller used to present `SFSafariViewController` on
|
|
|
/// iOS 9 and 10 and to supply `presentationContextProvider` for `ASWebAuthenticationSession` on
|
|
|
/// iOS 13+.
|
|
|
/// @param completion The optional block that is called on completion. This block will
|
|
|
@@ -129,7 +129,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) {
|
|
|
/// starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
|
|
|
/// `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
|
|
|
///
|
|
|
-/// @param presentingViewController The view controller used to present `SFSafariViewContoller` on
|
|
|
+/// @param presentingViewController The view controller used to present `SFSafariViewController` on
|
|
|
/// iOS 9 and 10 and to supply `presentationContextProvider` for `ASWebAuthenticationSession` on
|
|
|
/// iOS 13+.
|
|
|
/// @param hint An optional hint for the authorization server, for example the user's ID or email
|
|
|
@@ -150,7 +150,7 @@ typedef NS_ERROR_ENUM(kGIDSignInErrorDomain, GIDSignInErrorCode) {
|
|
|
/// starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
|
|
|
/// `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
|
|
|
///
|
|
|
-/// @param presentingViewController The view controller used to present `SFSafariViewContoller` on
|
|
|
+/// @param presentingViewController The view controller used to present `SFSafariViewController` on
|
|
|
/// iOS 9 and 10.
|
|
|
/// @param hint An optional hint for the authorization server, for example the user's ID or email
|
|
|
/// address, to be prefilled if possible.
|