Update an existing OAuth client’s configuration.
Modifiable settings:
Notes:
Use this endpoint to:
The unique identifier of the organization.
The unique identifier of the project.
Updated list of authorized redirect URIs. All existing URIs will be replaced with this list.
Updated list of enabled grant types. All existing grant types will be replaced with this list.
OAuth client updated successfully
Unique identifier for the OAuth client.
Human-readable name for the OAuth client.
Unique identifier used to identify the client with the authorization server.
ID of the project this OAuth client belongs to.
Timestamp when the OAuth client was created.
Timestamp when the OAuth client was last modified.
Optional description explaining the client’s purpose and usage.
List of authorized redirect URIs for OAuth flows requiring user interaction. Required for authorization code and implicit flows. Must be exact matches when used. Must use HTTPS in production (except for localhost).
OAuth 2.0 grant types enabled for this client.
Secret key used to authenticate the client. Only shown once upon creation. Must be stored securely. Required for confidential clients (e.g., server applications).