authenticationSessionRequest(_:didCompleteWithCallbackURL:)
Tells the delegate, typically a browser, that the authentication completed successfully.
Declaration
optional func authenticationSessionRequest(_ authenticationSessionRequest: ASWebAuthenticationSessionRequest, didCompleteWithCallbackURL callbackURL: URL)Parameters
- authenticationSessionRequest:
The request sending the message.
- callbackURL:
A URL using the scheme indicated by the request’s Callbackurlscheme property that indicates the outcome of the authentication attempt.