Skip to content

Commit dfc4876

Browse files
committed
Update _revoke-refresh-token.md
Fixed
1 parent 29ca721 commit dfc4876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api/authentication/api-authz/_revoke-refresh-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If this toggle is disabled, then only the refresh token is revoked, while the gr
6161
| Parameter | Description |
6262
|:-----------------|:------------|
6363
| `client_id` <br/><span class="label label-danger">Required</span> | The `client_id` of your application. |
64-
| `client_assertion`| A JWT containing a signed assertion with your application credentials. Required when Private Key JWT is your application authentication method.|
64+
| `client_assertion`| A JWT containing a signed assertion with your application credentials. Required when Private Key JWT is the application authentication method.|
6565
| `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.|
6666
| `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**. |
6767
| `token` <br/><span class="label label-danger">Required</span> | The Refresh Token you want to revoke. |
@@ -72,7 +72,7 @@ If this toggle is disabled, then only the refresh token is revoked, while the gr
7272

7373
## Error Codes
7474

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

7777
## Learn More
7878

0 commit comments

Comments
 (0)