Skip to content

Commit

Permalink
Update 3_token.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies authored Apr 29, 2024
1 parent 0f7ada0 commit a1b0f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/openid/3_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RFC: https://datatracker.ietf.org/doc/html/rfc6749

| Parameter | Description |
| ------------- | ---------------------------------------------------- |
| `grant_type` | The type of grant requested (e.g., "authorization_code", "password", "client_credentials"). |
| `grant_type` | The type of grant requested (e.g., "authorization_code", "refresh_token", "password", "client_credentials"). |
| `redirect_uri` | The redirection URI to which the authorization server will send the user-agent after the user grants/denies consent. |
| `code` | The authorization code received from the authorization server (for the "authorization_code" grant type). |

Expand Down

0 comments on commit a1b0f1b

Please sign in to comment.