UserIdMismatch

data class UserIdMismatch(val message: String) : TSWebAuthnRegistrationError

User id mismatch

Constructors

Link copied to clipboard
fun UserIdMismatch(message: String)

Properties

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