mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-17 22:36:30 +00:00
Fix minor typo in auth_api.md (#1378)
This commit is contained in:
parent
67d439a87a
commit
ef7217854b
@ -135,7 +135,7 @@ An HTTP status code of 400 will be returned if an invalid request has been issue
|
|||||||
### Revoking a refresh token
|
### Revoking a refresh token
|
||||||
|
|
||||||
:::tip
|
:::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:
|
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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user