PrivateKey
The private key provided for OAuth authentication.
Data Type
string
Default Value
""
Remarks
The path to the certificate you downloaded when you registered your OAuth Client Application if PrivateKeyType is set to PEMKEY_FILE.
Set PrivateKeyType to PEMKEY_BLOB to provide the Private key in one of the below formats: 1. Content of the PEM file. 2. Content of the PEM file as base64 encoded. 3. The private key found between the --BEGIN ENCRYPTED PRIVATE KEY-- and --END ENCRYPTED PRIVATE KEY-- lines.