Okta Mobile Kotlin SDK
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation.client
/
DeviceSecretValidator
/
Error
Error
android
class
Error
(
message
:
String
)
:
IllegalStateException
An error used for describing errors when validating the token.
Members
Constructors
Error
Link copied to clipboard
android
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
android
open
val
cause
:
Throwable
?
message
Link copied to clipboard
android
open
val
message
:
String
?