Package-level declarations

Types

Link copied to clipboard
@Serializable
data class TokenResponse(val accessToken: String, val tokenType: String, val expiresIn: Int, val refreshToken: String? = null, val scope: String? = null)