NoCredentials

data class NoCredentials(val message: String, val t: Throwable? = null) : TSWebAuthnAuthenticationError

No viable credential is available for the user. This can happen when the user has no registered credential or does not grant consent to use an available credential.

Constructors

Link copied to clipboard
constructor(message: String, t: Throwable? = null)

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard
Link copied to clipboard
val t: Throwable?
Link copied to clipboard