Skip to content

Commit

Permalink
Update _revoke-refresh-token.md
Browse files Browse the repository at this point in the history
Fixed
  • Loading branch information
Amanda VS committed Jun 5, 2024
1 parent 29ca721 commit dfc4876
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If this toggle is disabled, then only the refresh token is revoked, while the gr
| Parameter | Description |
|:-----------------|:------------|
| `client_id` <br/><span class="label label-danger">Required</span> | The `client_id` of your application. |
| `client_assertion`| A JWT containing a signed assertion with your application credentials. Required when Private Key JWT is your application authentication method.|
| `client_assertion`| A JWT containing a signed assertion with your application credentials. Required when Private Key JWT is the application authentication method.|
| `client_assertion_type`| The value is `urn:ietf:params:oauth:client-assertion-type:jwt-bearer`. Required when Private Key JWT is the application authentication method.|
| `client_secret` | The `client_secret` of your application. Required when Client Secret Basic or Client Secret Post is the application authentication method. Specifically required for Regular Web Applications **only**. |
| `token` <br/><span class="label label-danger">Required</span> | The Refresh Token you want to revoke. |
Expand All @@ -72,7 +72,7 @@ If this toggle is disabled, then only the refresh token is revoked, while the gr

## Error Codes

For the complete error code reference for this endpoint refer to [Errors > POST /oauth/revoke](#post-oauth-revoke).
For the complete error code reference for this endpoint, refer to [Errors > POST /oauth/revoke](#post-oauth-revoke).

## Learn More

Expand Down

0 comments on commit dfc4876

Please sign in to comment.