POST /internal/revoke-user-tokens
内部API端点,由 identity-service 调用,用于在密码变更/账户锁定/GDPR 擦除时级联撤销 OAuth 令牌。受 InternalAPIKeyAuth + ExtractTenantFromHeaderStrict 中间件保护。
OAuth - 内部接口 None application/json
Request Body
Accepts an empty JSON object {}
Referenced Schemas
dto.BatchRevokeUserTokensResponse
| Field | Type | Required | Example | Constraints | Description |
revoked_access_tokens |
integer |
No |
|
|
|
revoked_refresh_tokens |
integer |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
handler.swaggerBatchRevokeDetailResponse