吊销令牌
/api/oauth/revoke
post
/api/oauth/revoke吊销令牌
请求体 · application/x-www-form-urlencoded必填
| 字段 | 类型 | 说明 |
|---|---|---|
| token* | string | - |
| token_type_hint | string | - |
| client_id | string | - |
| client_secret | string | - |
响应
200无论令牌是否存在均返回成功
/api/oauth/revoke
/api/oauth/revoke| 字段 | 类型 | 说明 |
|---|---|---|
| token* | string | - |
| token_type_hint | string | - |
| client_id | string | - |
| client_secret | string | - |