OAuth
Rotate the oath client secret
Generate a new secret
put/tyk/oauth/clients/{apiID}/{keyName}/rotate
Path parameters
apiIDstring required
The API id
keyNamestring required
The Client ID
Response
New secret has been created
Example response
{
"api_id": "keyless",
"client_id": "2a06b398c17f46908de3dffcb71ef87b",
"description": "google client login",
"redirect_uri": "https://httpbin.org/ip",
"secret": "MmQwNTI5NGQtYjU0YS00NjMyLWIwZjktNTZjY2M1ZjhjYWY0"
}Changes
Changed in 2 of the 52 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 155 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲