CredentialUnsupported

data class CredentialUnsupported(val s: String, val t: Throwable) : TSWebAuthnAuthenticationError

Passkey error - credential manager is unsupported, typically because the device has disabled it or did not ship with this feature enabled. A software update or a restart after enabling may fix this issue, but in certain cases, the device hardware may be the limiting factor.

Constructors

Link copied to clipboard
fun CredentialUnsupported(s: String, t: Throwable)

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard
val s: String
Link copied to clipboard
val t: Throwable
Link copied to clipboard
val tw: Throwable? = null