Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication.biometrics
/
TSNativeBiometricsApprovalError
/
BiometricErrorNonEnrolled
Biometric
Error
Non
Enrolled
data
class
BiometricErrorNonEnrolled
(
val
message
:
String
)
:
TSNativeBiometricsApprovalError
The user can't authenticate because no biometric or device credential is enrolled.
Members
Constructors
Biometric
Error
Non
Enrolled
Link copied to clipboard
constructor
(
message
:
String
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
message
Link copied to clipboard
val
message
:
String
throwable
Link copied to clipboard
val
throwable
:
Throwable
?