UnexpectedTypeOfCredential

data class UnexpectedTypeOfCredential(val message: String) : TSWebAuthnAuthenticationError

Passkeys error - the user consented to authenticate the app using an unexpected type of credentials, this option is not supported.

Constructors

Link copied to clipboard
fun UnexpectedTypeOfCredential(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