Encrypted credentials
The authentication type.
The name of the credentials. I.e.
Twitter account
, OpenAI account
, Stripe keys
, etc.OAuth
The authentication type for OAuth 2.0 flow.
The name of the credentials. I.e.
Gmail account
, Google Drive
, GitHub account
, etc.The authorization URL for the OAuth provider where users will be redirected to
authenticate.
The token endpoint URL where the authorization code will be exchanged for
access tokens.
An array of OAuth scopes that define the permissions your application is
requesting.
An object defining the default environment variable names for the OAuth client
credentials.
Additional parameters to include in the authorization request.