Authorization Secrets
API Name: AuthorizationSecrets__c
This setting is used to store all secrets needed to authorize at DATEV.
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. |