@@ -233,8 +233,7 @@ NS_EXTENSION_UNAVAILABLE("The sign-in flow is not supported in App Extensions.")
233233// / starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
234234// / `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
235235// /
236- // / @param presentingViewController The view controller used to present `SFSafariViewController` on
237- // / iOS 9 and 10.
236+ // / @param presentingViewController The view controller used to present the authorization flow.
238237// / @param tokenClaims An optional `NSSet` of tokenClaims to request.
239238// / @param completion The optional block that is called on completion. This block will
240239// / be called asynchronously on the main queue.
@@ -245,15 +244,14 @@ NS_EXTENSION_UNAVAILABLE("The sign-in flow is not supported in App Extensions.")
245244 NSError *_Nullable error))completion
246245 NS_EXTENSION_UNAVAILABLE(" The sign-in flow is not supported in App Extensions." );
247246
248- // / Starts an interactive sign-in flow on iOS using the provided hint, and tokenClaims.
247+ // / Starts an interactive sign-in flow on iOS using the provided hint and tokenClaims.
249248// /
250249// / The completion will be called at the end of this process. Any saved sign-in state will be
251250// / replaced by the result of this flow. Note that this method should not be called when the app is
252251// / starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
253252// / `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
254253// /
255- // / @param presentingViewController The view controller used to present `SFSafariViewController` on
256- // / iOS 9 and 10.
254+ // / @param presentingViewController The view controller used to present the authorization flow.
257255// / @param hint An optional hint for the authorization server, for example the user's ID or email
258256// / address, to be prefilled if possible.
259257// / @param tokenClaims An optional `NSSet` of tokenClaims to request.
@@ -275,8 +273,7 @@ NS_EXTENSION_UNAVAILABLE("The sign-in flow is not supported in App Extensions.")
275273// / starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
276274// / `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
277275// /
278- // / @param presentingViewController The view controller used to present `SFSafariViewController` on
279- // / iOS 9 and 10.
276+ // / @param presentingViewController The view controller used to present the authorization flow.
280277// / @param hint An optional hint for the authorization server, for example the user's ID or email
281278// / address, to be prefilled if possible.
282279// / @param additionalScopes An optional array of scopes to request in addition to the basic profile scopes.
@@ -292,16 +289,15 @@ NS_EXTENSION_UNAVAILABLE("The sign-in flow is not supported in App Extensions.")
292289 NSError *_Nullable error))completion
293290 NS_EXTENSION_UNAVAILABLE(" The sign-in flow is not supported in App Extensions." );
294291
295- // / Starts an interactive sign-in flow on iOS using the provided hint, additional scopes, nonce
292+ // / Starts an interactive sign-in flow on iOS using the provided hint, additional scopes, nonce,
296293// / and tokenClaims.
297294// /
298295// / The completion will be called at the end of this process. Any saved sign-in state will be
299296// / replaced by the result of this flow. Note that this method should not be called when the app is
300297// / starting up, (e.g in `application:didFinishLaunchingWithOptions:`); instead use the
301298// / `restorePreviousSignInWithCompletion:` method to restore a previous sign-in.
302299// /
303- // / @param presentingViewController The view controller used to present `SFSafariViewController` on
304- // / iOS 9 and 10.
300+ // / @param presentingViewController The view controller used to present the authorization flow.
305301// / @param hint An optional hint for the authorization server, for example the user's ID or email
306302// / address, to be prefilled if possible.
307303// / @param additionalScopes An optional array of scopes to request in addition to the basic profile scopes.
0 commit comments