Skip to Content
Anuma SDKClientInternalFunctionsgetConnectorsByProviderConnect

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 ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options

Options<GetConnectorsByProviderConnectData, ThrowOnError>

Returns

RequestResult<unknown, GetConnectorsByProviderConnectErrors, ThrowOnError>

Last updated on