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.credential
/
Token
/
Token
Token
constructor
(
id
:
String
,
tokenType
:
String
,
expiresIn
:
Int
,
accessToken
:
String
,
scope
:
String
?
,
refreshToken
:
String
?
,
idToken
:
String
?
,
deviceSecret
:
String
?
,
issuedTokenType
:
String
?
,
oidcConfiguration
:
OidcConfiguration
)