POST /auth/me/stop-impersonation
In the current impersonation session, stop impersonation and return the admin's JWT.
Account Management `bearerAuth` application/json
Referenced Schemas
dto.StopImpersonationResponse
| Field | Type | Required | Example | Constraints | Description |
access_token |
string |
No |
eyJhbGciOi... |
|
|
expires_in |
integer |
No |
1800 |
|
|
refresh_token |
string |
No |
eyJhbGciOi... |
|
|
token_type |
string |
No |
Bearer |
|
|
gitee_com_linmes_authms_base_dto.DataResponse-dto_StopImpersonationResponse