WebAuthnException

Types

Link copied to clipboard
class AuthenticationFailed(message: String, cause: Throwable? = null) : WebAuthnException

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
object Companion
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
class RegistrationFailed(message: String, cause: Throwable? = null) : WebAuthnException

WebAuthn registration failed error.

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String

Functions

Link copied to clipboard
open override fun toString(): String