NoCredentials

data class NoCredentials(val errorMessage: String, val exception: Throwable? = null) : TSWebAuthnApprovalError

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(errorMessage: String, exception: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard