Companion
object Companion
Functions
Link copied to clipboard
fun authenticationFailed(reason: String, cause: Throwable? = null): WebAuthnException.AuthenticationFailed
Creates a WebAuthn authentication failed error.
Link copied to clipboard
Creates a user cancelled WebAuthn operation error.
Link copied to clipboard
Creates a WebAuthn not supported error.
Link copied to clipboard
fun registrationFailed(reason: String, cause: Throwable? = null): WebAuthnException.RegistrationFailed
Creates a WebAuthn registration failed error.