Method
getConnectorAuth GET
Copy GET

Get the authentication details for a given connector. For user level connectors, the service is required. For org level connectors, the application_connector_id is required.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
No service str The service name. It will either be ApplicationConnectorType or DatabaseConnector; marked as str for flexibility.
No applicationConnectorId str The unique ID associated with the connector.
No scopes List[str] The scopes to request for the connector.
No isDatabaseConnector bool Whether the connector is a database connector.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
DataNotFoundError

applicationConnectorId is not found.

Language: