clerk.update_instance_oauth_settings
ActiveTool of Vee3
declared in 1.27.1
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.
Parameters schema
{
"type": "object",
"title": "update_clerk_instance_oauth_settingsArguments",
"properties": {
"clerk_instance_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Clerk Instance Id",
"default": null,
"description": "Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account."
},
"oauth_jwt_access_tokens": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Oauth Jwt Access Tokens",
"default": null,
"description": "Whether OAuth access tokens should be issued as JWTs."
},
"dynamic_oauth_client_registration": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Dynamic Oauth Client Registration",
"default": null,
"description": "Whether dynamic OAuth client registration should be enabled."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries