Token

data class Token(val accessToken: String, val tokenType: String, val expires: Date?, val refreshToken: String?, val scope: List<String>?)

Constructors

Link copied to clipboard
constructor(accessToken: String, tokenType: String, expires: Date?, refreshToken: String?, scope: List<String>?)

Types

Link copied to clipboard
object Companion

Properties

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