PasswordCredentialsNotSupported

data class PasswordCredentialsNotSupported(val message: String) : TSWebAuthnAuthenticationError

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

Constructors

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