1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/airbyte-oauth

airbyte-oauth

Library for request handling for OAuth Connectors. While Connectors define many OAuth attributes in their spec, the request sequence is executed in the airbyte-server. This module contains that logic.

Key Files

  • OAuthFlowImplementation.java - interface that a source has to implement in order to do OAuth with Airbyte.
  • OAuthImplementationFactory.java - catalog of the sources for which we support OAuth.