GrantType

enum GrantType : Enum<OAuth2TokenExchange.GrantType>

Entries

@SerializedName(value = "urn:ietf:params:oauth:grant-type:token-exchange")
@Json(name = "urn:ietf:params:oauth:grant-type:token-exchange")
URNIETFPARAMSOAUTHGRANTTYPETOKENEXCHANGE("urn:ietf:params:oauth:grant-type:token-exchange")

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String