authenticationSessionRequest(_:didCancelWithError:)
Tells the delegate, typically a browser, that the authentication was canceled.
Declaration
optional func authenticationSessionRequest(_ authenticationSessionRequest: ASWebAuthenticationSessionRequest, didCancelWithError error: any Error)Parameters
- authenticationSessionRequest:
The request sending the message.
- error:
An error that indicates the reason for the cancelation.