Generic
Generic OAuth 2.0 credentials
Settings
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
App Id |
string |
The app id for your project. This value is generated by your API when you create an app. |
||||||||||||
App Secret |
string |
The app secret for your project. This value is generated by your API when you create an app. |
||||||||||||
Authorization Url |
string |
Authorization Url: The Url which the API uses to authorize access. Consult the documentation of your API for the correct Url. Some URLs for popular APIs are listed below:
|
||||||||||||
Token Url |
string |
Token Url: The Url which the API uses to grant access tokens. Consult the documentation of your API for the correct Url. Some URLs for popular APIs are listed below:
|
||||||||||||
Token Url Auth |
string |
How to authenticate the app to the API. The OAuth 2.0 standard supports two alternatives, and some APIs require that a specific option be used.
|
||||||||||||
Scope |
list |
Some APIs require that a scope be specified. A scope consists of a list of strings. Each scope item represents a certain permission that the app is authorized to perform. Consult the documentation of your API to determine if you need to supply scope items. |
||||||||||||
Save Tokens In |
string |
Tweakstreet keeps authorized tokens in this file. The path must be an absolute path to a local file. |
Authorization Process
You must authorize your project by selecting “Authorize” from the context menu. The API will respond with an access token which Tweakstreet will pick up. The token is persisted in the configured file.