Module: Authlete::Types::GrantType
- Extended by:
- ConstantUtility
- Defined in:
- lib/authlete/types/grant-type.rb
Constant Summary collapse
- AUTHORIZATION_CODE =
"authorization_code"
- IMPLICIT =
"implicit"
- PASSWORD =
"password"
- CLIENT_CREDENTIALS =
"client_credentials"
- REFRESH_TOKEN =
"refresh_token"
- CIBA =
"urn:openid:params:grant-type:ciba"
- DEVICE_CODE =
"urn:ietf:params:oauth:grant-type:device_code"
- TOKEN_EXCHANGE =
"urn:ietf:params:oauth:grant-type:token-exchange"
- JWT_BEARER =
"urn:ietf:params:oauth:grant-type:jwt-bearer"