AccessToken

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)

Constructors

Link copied to clipboard
constructor(accessToken: String, expiresIn: Long, refreshExpiresIn: Long, refreshToken: String, tokenType: String, notBeforePolicy: Int, sessionState: String, scope: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard