finleap connect Authorization Secrets
API Name: FigoAuthorizationSecrets__c
This setting is used to store all secrets needed to authorize with the finleap connect server.
| Label | API Name | Type | Description | 
|---|---|---|---|
| Name | Name | 
Text(255) | |
| Authorization Header | AuthorizationHeader__c | 
Text(255) | The authorization header is used during the OAuth authentication. The header is generated during installation. | 
| Client Id | ClientId__c | 
Text(255) | The client id is used during the OAuth authentication. | 
| Client Secret | ClientSecret__c | 
Text(255) | The client secret is used during the OAuth authentication. | 
| Redirect Uri | RedirectUri__c | 
Text(255) | The redirect Uri is used during the OAuth authentication. | 
| Scope | Scope__c | 
Text(255) | The scope is used during the OAuth authentication. | 
| State Key | StateKey__c | 
Text(255) | The state key is used during the OAuth authentication. The key is generated during installation. | 
| Test Authorization Header | TestAuthorizationHeader__c | 
Text(255) | |
| Test Client Id | TestClientId__c | 
Text(255) | |
| Test Client Secret | TestClientSecret__c | 
Text(255) |