Create Privacy Access Token
Quadrata SDK API Service: Create Privacy Access Token
Create a Privacy Access Token to access PII data for an individual or business. This feature must be enabled for your dApp.
This service is optional and not required for you to use, as it is used internally by the SDK when needed.
Parameters
Name | Type | Description |
---|---|---|
| string | Your API Key |
| hex string | Wallet address |
| string | Base64 DER String |
| string | DER Binary String |
| string | PEM String |
| CryptoKey | CryptoKey object |
| object | Fetch Options |
One private key parameter is required. You can provide your private key in any of the formats listed.
See API Service Options for more information
SDK Configuration
Name | Type | Description |
---|---|---|
| QuadrataEnvironment | Access token See createAccessToken |
See API Privacy Access Token for more information about the underlying API endpoint.
Example
Last updated