GeneralPasskeyError

data class GeneralPasskeyError(val message: String, val t: Throwable) : TSWebAuthnRegistrationError

General Passkeys error occurred

Constructors

Link copied to clipboard
fun GeneralPasskeyError(message: String, t: Throwable)

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard
val message: String
Link copied to clipboard
val t: Throwable
Link copied to clipboard
val tw: Throwable?