AccessToken

data class AccessToken(accessToken: String, expiresIn: Long, refreshExpiresIn: Long, refreshToken: String, tokenType: String, notBeforePolicy: Int, sessionState: String, scope: String)

Properties

accessToken
Link copied to clipboard
val accessToken: String
expiresIn
Link copied to clipboard
val expiresIn: Long
notBeforePolicy
Link copied to clipboard
val notBeforePolicy: Int
refreshExpiresIn
Link copied to clipboard
val refreshExpiresIn: Long
refreshToken
Link copied to clipboard
val refreshToken: String
scope
Link copied to clipboard
val scope: String
sessionState
Link copied to clipboard
val sessionState: String
tokenType
Link copied to clipboard
val tokenType: String