GET /oauth/client/{client_id}
Returns non-sensitive public information (name, logo, scopes, tenant ID) for a client by client_id. Used for consent authorization page display.
OAuth None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
client_id |
path |
string |
Yes |
|
|
|
OAuth client ID |
Referenced Schemas
dto.DataResponse-dto_PublicClientInfo
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.PublicClientInfo |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
dto.PublicClientInfo
| Field | Type | Required | Example | Constraints | Description |
client_name |
string |
No |
|
|
|
logo_uri |
string |
No |
|
|
|
scopes |
array of
string |
No |
|
|
|
tenant_id |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|