NoRegisteredCredentials

data class NoRegisteredCredentials(val message: String) : TSWebAuthnAuthenticationError

Attempt to authenticate using unregistered credentials

Constructors

Link copied to clipboard
fun NoRegisteredCredentials(message: String)

Properties

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