Contents

cancelWithError(_:)

Indicates that the browser canceled the authentication attempt.

Declaration

func cancelWithError(_ error: any Error)

Parameters

Mentioned in

Discussion

Call this method from your browser app when the authentication attempt fails to complete, for example because the user cancels it.

See Also

Finishing a request