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
/
BiometricExceptionDetails
Biometric
Exception
Details
sealed
interface
BiometricExceptionDetails
Inheritors
OnAuthenticationFailed
OnAuthenticationError
Members
Types
On
Authentication
Error
Link copied to clipboard
data
class
OnAuthenticationError
(
val
errorCode
:
Int
,
val
errString
:
CharSequence
)
:
BiometricExceptionDetails
On
Authentication
Failed
Link copied to clipboard
data
object
OnAuthenticationFailed
:
BiometricExceptionDetails