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, or the base64-encoded content of the certificate.
If providing the base64-encoded content, the PrivateKeyType needs to be set to PEMKEY_BLOB.
The certificate should contain the private key between --BEGIN ENCRYPTED PRIVATE KEY-- and --END ENCRYPTED PRIVATE KEY--.