CustomCredentialsNotSupported

data class CustomCredentialsNotSupported(val message: String) : TSWebAuthnAuthenticationError

Passkeys error - the user consented to authenticate the app using custom credentials, this option is not supported.

Constructors

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