NOT_REGISTERED

data class NOT_REGISTERED(val message: String, val t: Throwable? = null) : TSBiometricsAuthError

No registered biometrics for this user.

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