Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 3.96 KB

InitiateOauthRequest.md

File metadata and controls

13 lines (9 loc) · 3.96 KB

InitiateOauthRequest

POST body for initiating OAuth via the public API

Fields

Field Type Required Description
oAuthInputConfiguration Optional<? extends java.lang.Object> The values required to configure OAuth flows. The schema for this must match the OAuthConfigSpecification.oauthUserInputFromConnectorConfigSpecification schema.
redirectUrl String ✔️ The URL to redirect the user to with the OAuth secret stored in the secret_id query string parameter after authentication is complete.
sourceType com.airbyte.api.models.shared.OAuthActorNames ✔️ N/A
workspaceId String ✔️ The workspace to create the secret and eventually the full source.