1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Files
airbyte/airbyte-oauth/readme.md
2022-03-13 14:45:36 -07:00

434 B

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.