clerk.update_instance_oauth_settings
Update OAuth settings for a connected Clerk instance.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns the updated OAuth settings.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. | |
| oauth_jwt_access_tokens | No | Whether OAuth access tokens should be issued as JWTs. | |
| dynamic_oauth_client_registration | No | Whether dynamic OAuth client registration should be enabled. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oauth_settings | No | Updated Clerk instance OAuth settings from the Backend API. |