Okta Mobile Kotlin SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation
/
BiometricAuthenticationException
Biometric
Authentication
Exception
class
BiometricAuthenticationException
(
message
:
String
,
val
biometricExceptionDetails
:
BiometricExceptionDetails
)
:
GeneralSecurityException
Members
Constructors
Biometric
Authentication
Exception
Link copied to clipboard
constructor
(
message
:
String
,
biometricExceptionDetails
:
BiometricExceptionDetails
)
Properties
biometric
Exception
Details
Link copied to clipboard
val
biometricExceptionDetails
:
BiometricExceptionDetails
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?