1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Files
airbyte/airbyte-oauth
Arsen Losenko 108b9d3bd7 Source Pinterest: Add tests Pinterest OAuth flow (#16393)
* Add tests Pinterest OAuth flow

* Add test and specify consent URL value
2022-09-09 14:48:47 +03:00
..
2022-03-13 14:45:36 -07:00

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.