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
/
OnAuthenticationError
On
Authentication
Error
data
class
OnAuthenticationError
(
val
errorCode
:
Int
,
val
errString
:
CharSequence
)
:
BiometricExceptionDetails
Members
Constructors
On
Authentication
Error
Link copied to clipboard
constructor
(
errorCode
:
Int
,
errString
:
CharSequence
)
Properties
error
Code
Link copied to clipboard
val
errorCode
:
Int
err
String
Link copied to clipboard
val
errString
:
CharSequence