complete(withCallbackURL:)
Indicates that the browser successfully completed the authentication attempt.
Declaration
func complete(withCallbackURL url: URL)Parameters
- url:
A URL using the scheme indicated by the request’s Callbackurlscheme property that indicates the outcome of the authentication attempt.
Mentioned in
Discussion
Call this method from your browser app when the authentication attempt completes to report the result of the attempt using the callback URL.