GET /admin/oauth/clients/{client_id}/secrets
Returns metadata for all secrets of a specified client (without secret values).
OAuth Client Management `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
client_id |
path |
string |
Yes |
|
|
|
Client ID |
Referenced Schemas
dto.OAuthClientSecretListData
OAuth client secret list
dto.OAuthClientSecretListDetailResponse
dto.OAuthClientSecretResponse
OAuth client secret info, without actual secret value
| Field | Type | Required | Example | Constraints | Description |
created_at |
string |
No |
2026-04-15T10:30:00Z |
|
|
description |
string |
No |
Secondary client secret |
|
|
expires_at |
string |
No |
2026-05-15T10:30:00Z |
|
|
last_used_at |
string |
No |
2026-04-15T12:00:00Z |
|
|
secret_id |
string |
No |
secret-abc123 |
|
|
status |
string |
No |
active |
|
|
updated_at |
string |
No |
2026-04-15T10:30:00Z |
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|