OAuth2Token

class OAuth2Token

Types

IssuedTokenType
Link copied to clipboard
enum IssuedTokenType : Enum<OAuth2Token.IssuedTokenType>

Properties

accessToken
Link copied to clipboard
lateinit var accessToken: String
expiresIn
Link copied to clipboard
var expiresIn: Double? = null
issuedTokenType
Link copied to clipboard
lateinit var issuedTokenType: OAuth2Token.IssuedTokenType
tokenType
Link copied to clipboard
lateinit var tokenType: String