LockoutPermanent

data class LockoutPermanent(val errorMsg: String) : TSBiometricsAuthError

Too many failed attempts across sessions. Biometric authentication is permanently locked out until the user re-enrolls or unlocks with device credentials.

Constructors

Link copied to clipboard
constructor(errorMsg: String)

Properties

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