Web Authn Exception
WebAuthn-related errors (4xxx range).
Inheritors
Types
Link copied to clipboard
WebAuthn authentication failed error.
Link copied to clipboard
class Cancelled(message: String = "User cancelled WebAuthn operation", cause: Throwable? = null) : WebAuthnException
User cancelled WebAuthn operation error.
Link copied to clipboard
class NotSupported(message: String = "WebAuthn is not supported on this platform", cause: Throwable? = null) : WebAuthnException
WebAuthn not supported error.
Link copied to clipboard
WebAuthn registration failed error.