RspToken

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

Constructors

Link copied to clipboard
constructor(accessToken: String?, tokenType: String?, expires: Date?, refreshToken: String?, scope: List<String>?, requestId: 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
open override val requestId: String?
Link copied to clipboard
Link copied to clipboard