RegistrationUsernameMismatch

data class RegistrationUsernameMismatch(val message: String) : TSWebAuthnRegistrationError

The authentication session user name and the registration request user name do not match

Constructors

Link copied to clipboard
fun RegistrationUsernameMismatch(message: String)

Properties

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