Overview#
A parameter used in OAuth 2.0 which defines the Grant Types that the OAuth Client may use when making an Authorization Request| grant_types value includes | response_types value includes: |
|---|---|
| authorization_code | code |
| implicit | token |
| password | (none) |
| client_credentials | (none) |
| refresh_token | (none) |
| urn:ietf:params:oauth:grant-type:jwt-bearer | (none) |
| urn:ietf:params:oauth:grant-type:saml2-bearer | (none) |
More Information#
There might be more information for this subject on one of the following:- Access Token Request
- Authorization Code
- Client Credentials Grant
- Grant Types
- Implicit Grant
- JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants
- OAuth 2.0 Protocol Flows
- OAuth 2.0 Token Exchange Request
- OAuth 2.0 Use Cases
- OAuth Dynamic Client Registration Metadata
- OAuth Parameters Registry
- OAuth Token Request
- Reciprocal OAuth
- Refresh Token
- Resource Owner Password Credentials Grant
- Token-exchange