Connect Or Update Auth Provider
Create or update an auth provider connection.
If a connection for this auth provider already exists for the organization, it will be updated with the new credentials and fields. If no connection exists, a new one will be created.
Args:
db: The database session ctx: The current authentication context auth_provider_connection_in: The auth provider connection data
Returns:
schemas.AuthProviderConnection: The created or updated connection
Headers
Request
Human-readable name for this auth provider connection
URL-safe unique identifier for the connection. Must contain only lowercase letters, numbers, and hyphens. If not provided, it will be automatically generated from the connection name with a random suffix for uniqueness (e.g., ‘composio-connection-ab123’).
Response
URL-safe unique identifier that can be used to reference this connection when setting up source connections.