Okta Mobile Kotlin SDK
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation.client.kmp
/
AccessTokenValidator
/
Error
Error
common
class
Error
(
message
:
String
)
:
IllegalStateException
An error describing a validation failure.
Parameters
message
human-readable description of the failure.
Members
Constructors
Error
Link copied to clipboard
common
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
open
val
message
:
String
?