keycloakapi
Toggle table of contents
0.2.76-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
keycloakapi
keycloakapi
/
de.klg71.keycloakmigration.keycloakapi.model
/
AccessToken
Access
Token
data
class
AccessToken
(
val
accessToken
:
String
,
val
expiresIn
:
Long
,
val
refreshExpiresIn
:
Long
,
val
refreshToken
:
String
,
val
tokenType
:
String
,
val
notBeforePolicy
:
Int
,
val
sessionState
:
String
,
val
scope
:
String
)
Members
Constructors
Access
Token
Link copied to clipboard
constructor
(
accessToken
:
String
,
expiresIn
:
Long
,
refreshExpiresIn
:
Long
,
refreshToken
:
String
,
tokenType
:
String
,
notBeforePolicy
:
Int
,
sessionState
:
String
,
scope
:
String
)
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
expires
In
Link copied to clipboard
val
expiresIn
:
Long
not
Before
Policy
Link copied to clipboard
val
notBeforePolicy
:
Int
refresh
Expires
In
Link copied to clipboard
val
refreshExpiresIn
:
Long
refresh
Token
Link copied to clipboard
val
refreshToken
:
String
scope
Link copied to clipboard
val
scope
:
String
session
State
Link copied to clipboard
val
sessionState
:
String
token
Type
Link copied to clipboard
val
tokenType
:
String