OAuth 2.0 Credential Definition
Defines OAuth 2.0 credentials
Settings
Name | Type | Description |
---|---|---|
Database Type |
string |
Determines the OAuth 2.0 credential type. Depending on type, additional type-specific configuration settings are shown. |
Evaluation
This expression evaluates to a dict of the form:
{
:type string,
:oauth dict
}
The value is suitable for steps requiring OAuth 2.0 credentials.
Authorize
You can authorize the credential from the context menu. Authorizing the credential retrieves access tokens from your API.