WebAuthnException

Exception that is thrown when the webauthn registration or authentication failed

Constructors

Link copied to clipboard
constructor(message: String)
Constructs a new exception with the specified detail message.
constructor(message: String, cause: Throwable)
Constructs a new exception with the specified detail message and cause.
constructor(cause: Throwable)
Constructs a new exception with the specified cause.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getCause(): Throwable
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
Link copied to clipboard
open fun toString(): String