TokenResponse

@Serializable
internal data class TokenResponse(val accessToken: String, val tokenType: String, val expiresIn: Long)(source)

Constructors

Link copied to clipboard
constructor(accessToken: String, tokenType: String, expiresIn: Long)

Properties

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