Clarify how the token_type_hint parameter is used

quenting/oauth2-revocation
Quentin Gliech 9 months ago
parent ac1602f34d
commit 797d26eb2c
No known key found for this signature in database
GPG Key ID: 22D62B84552719FC

@ -22,7 +22,7 @@ The server must revoke both the access token and refresh token associated with t
The request includes: The request includes:
- The `token` parameter containing either the access token or refresh token to revoke - The `token` parameter containing either the access token or refresh token to revoke
- Optionally, the `token_type_hint` parameter, with either the `access_token` or `refresh_token` value. If provided, the server must use this value to determine which token to revoke - Optionally, the `token_type_hint` parameter, with either the `access_token` or `refresh_token` value. If provided, the server can use this value to determine the kind of token which was provided in the request
- The `client_id` obtained during client registration - The `client_id` obtained during client registration
#### Sample flow #### Sample flow

Loading…
Cancel
Save