GET /oauth/consents
获取当前用户已授权的所有 OAuth 客户端同意记录,包括客户端 ID、授权范围及授权时间。
OAuth `bearerAuth` application/json
Referenced Schemas
dto.ConsentListResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
array of
See dto.ConsentResponse |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.ConsentResponse
| Field | Type | Required | Example | Constraints | Description |
client_id |
string |
No |
app-123 |
|
|
granted_at |
string |
No |
2026-04-15T10:30:00Z |
|
|
id |
string |
No |
01ARZ3NDEKTSV4RRFFQ69G5FAV |
|
|
scopes |
string |
No |
openid profile email |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|