getConnectorsByProviderConnect
getConnectorsByProviderConnect<
ThrowOnError>(options:Options<GetConnectorsByProviderConnectData,ThrowOnError>):RequestResult<unknown,GetConnectorsByProviderConnectErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:1813Â
Begin upstream OAuth connect flow
Redirects the browser to the upstream OAuth /authorize endpoint for the given connector provider, using a connect-ticket as the auth carrier. Step-up vs initial connect is detected from existing connector_credentials state.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<unknown, GetConnectorsByProviderConnectErrors, ThrowOnError>
Last updated on