Fix minor typo in auth_api.md (#1378)

This commit is contained in:
Ed Grau 2022-06-28 23:04:25 -05:00 committed by GitHub
parent 67d439a87a
commit ef7217854b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ An HTTP status code of 400 will be returned if an invalid request has been issue
### Revoking a refresh token
:::tip
`client_id` is not need for revoke refresh token
`client_id` is not required to revoke a refresh token
:::
The token endpoint is also capable of revoking a refresh token. Revoking a refresh token will immediately revoke the refresh token and all access tokens that it has ever granted. To revoke a refresh token, make the following request: