[]
Get all clients' information.
Parameters
| Name | Type | Located In | Description | Example |
|---|---|---|---|---|
| PageSize | int32 | query | The page size. | 20 |
| PageNumber | int32 | query | The page number. | 1 |
| SearchText | string | query | The search text. | "admin" |
| OrderBy | string | query | The ordered field. | "UserName" |
| OrderType | OrderType | query | The order type, available values are "ASC" and "DESC". | "ASC" |
| Paging | Boolean | query | Whether pagination or not. | true |
| SearchType | SearchType | query | The search type, available values are "None" and "Count". | "None" |
Response
Status Code: 200
Success
Add a new client.
Request Schema
Response
Status Code: 200
Success
Get client by id.
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| idRequired | string | path | Client id. |
Response
Status Code: 200
Success
Update an exist client.
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| idRequired | string | path | Client id. |
Request Schema
Response
Status Code: 200
Success
Delete an exist client.
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| idRequired | string | path | Client id. |
Response
Status Code: 200
Success
Enable/Disable specified client.
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| idRequired | string | path | Client id. |
Request Schema
boolean
Response
Status Code: 200
Success
Update secret of specified client.
Parameters
| Name | Type | Located In | Description |
|---|---|---|---|
| idRequired | string | path | Client id. |
Response
Status Code: 200
Success
Enum:
ASCDESCThe order type.
Enum:
NoneCountThe search type for searching records.
| Name | Type | Description | Example |
|---|---|---|---|
| clientIdNullable | string | ||
| clientNameNullable | string | ||
| clientSecretNullable | string | ||
| creatorIdNullable | string | ||
| descriptionNullable | string | ||
| enabled | Boolean | ||
| creationTime | ISO DateTime Sting | ||
| allowOfflineAccess | Boolean | ||
| allowAccessTokenViaBrowser | Boolean | ||
| requireConsent | Boolean | ||
| authCodeLifetime | int32 | ||
| accessTokenType | AccessTokenType | ||
| accessTokenLifetime | int32 | ||
| refreshTokenUsage | TokenUsage | ||
| refreshTokenExpirationType | TokenExpiration | ||
| slidingRefreshTokenLifetime | int32 | ||
| absoluteRefreshTokenLifetime | int32 | ||
| logoutSessionRequired | Boolean | ||
| alwaysIncludeUserClaimsInIdToken | Boolean | ||
| identityTokenLifetime | int32 | ||
| updateAccessTokenClaimsOnRefresh | Boolean | ||
| enableLocalLogin | Boolean | ||
| includeJwtId | Boolean | ||
| alwaysSendClientClaims | Boolean | ||
| logoutUriNullable | string | ||
| protocolTypeNullable | string | ||
| requireClientSecret | Boolean | ||
| clientUriNullable | string | ||
| prefixClientClaims | Boolean | ||
| logoUriNullable | string | ||
| allowRememberConsent | Boolean | ||
| requirePkce | Boolean | ||
| allowPlainTextPkce | Boolean | ||
| allowedGrantTypesNullable | Array<string> |
||
| allowedScopesNullable | Array<string> |
||
| allowedCorsOriginsNullable | Array<string> |
||
| redirectUrisNullable | Array<string> |
||
| postLogoutRedirectUrisNullable | Array<string> |
||
| claimsNullable | string | ||
| identityProviderRestrictionsNullable | Array<string> |
Enum:
JwtReferenceEnum:
ReUseOneTimeOnlyEnum:
SlidingAbsolute