Skip to content

Commit

Permalink
replace custom authenticator with SelectiveAuthenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-kulak committed Dec 19, 2023
1 parent cc0466a commit edf90db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ definitions:
url_base: "https://app.retently.com/api/v2/"
http_method: "GET"
authenticator:
class_name: source_retently.components.AuthenticatorRetently
api_auth: "#/definitions/api_authenticator"
oauth: "#/definitions/oauth_authenticator"
type: SelectiveAuthenticator
authenticator_selection_path:
- auth
- type
authenticators:
token: "#/definitions/api_authenticator"
oauth: "#/definitions/oauth_authenticator"

retriever:
type: SimpleRetriever
Expand Down

0 comments on commit edf90db

Please sign in to comment.