AccessTokenResponse

data class AccessTokenResponse(val access_token: String, val token_type: String? = null, val expires_in: Long? = null, val id_token: String? = null, val scope: String? = null, val refresh_token: String? = null)

Constructors

Link copied to clipboard
constructor(access_token: String, token_type: String? = null, expires_in: Long? = null, id_token: String? = null, scope: String? = null, refresh_token: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val expires_in: Long? = null
Link copied to clipboard
val id_token: String? = null
Link copied to clipboard
val refresh_token: String? = null
Link copied to clipboard
val scope: String? = null
Link copied to clipboard
val token_type: String? = null

Functions

Link copied to clipboard