Regenerate Oauth Client Secret
GAPath parameters
oauth_client_id
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
redirect_uris
Updated list of authorized redirect URIs. All existing URIs will be replaced with this list.
grant_types
Updated list of enabled grant types. All existing grant types will be replaced with this list.
Allowed values:
Response
Successful Response
client_secret
Generated client secret. IMPORTANT: This is the only time the secret will be shown. Store it securely.