Get an auth server client
Get a client for given auth server.
Response
A client
Example response
{
"id": "kYa9iQFU5xPDSIUH9z1z",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 5 of the 29 revisions of this API.115
- ●
added the new
refresh_tokenenum value to thegrant_types/items/response property for the response status200response-property-enum-value-added
- ○
added the required property
refresh_token_durationto the response with the200statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
login_uribecame optional for the status200response-property-became-optional
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
token_endpoint_auth_methodto the response with the200statusresponse-optional-property-added
- ○
- ○
api tag
Auth Server Clientsaddedapi-tag-added
- ○
api tag
authserverremovedapi-tag-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○