InterruptedError

data class InterruptedError(val s: String, val t: Throwable) : TSWebAuthnAuthenticationError

Passkey error - an interruption occurred during the authentication process.

Constructors

Link copied to clipboard
fun InterruptedError(s: String, t: Throwable)

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard
val s: String
Link copied to clipboard
val t: Throwable
Link copied to clipboard
val tw: Throwable? = null