Auth Data Field Reference
The Auth Data object is used to store a token that Salesforce will use to connect to Web Service.
Object record type API name: orders__AuthData__c
| Field Label | API name | Type | Description |
|---|---|---|---|
App URL |
orders__AppUrl__c |
Text Area(255) |
The Web Service URL address. |
Auth URL |
orders__AuthUrl__c |
Text(255) |
The authentication URL address. |
Name |
Name |
Text(80) |
Token name. |
Token |
orders__Token__c |
Text(255) |
The generated token. |
Token Id |
orders__TokenId__c |
Text(255) |
The token ID on the Web Service side. |
Scope |
orders__Scope__c |
Text(255) |
User permission to access Web Service (separated by a comma). For example: Calculate; Data; Admin. |