PrivateKeyType
Used together with the PrivateKey connection property. Specifies the private key type provided for OAuth authentication.
Possible Values
PEMKEY_FILE, PEMKEY_BLOBData Type
string
Default Value
"PEMKEY_FILE"
Remarks
This property can take one of the following values:
PEMKEY_FILE (default) | The PrivateKey value will be the path to the certificate you downloaded when you registered your OAuth Client Application. |
PEMKEY_BLOB | The PrivateKey value will be the base64-encoded content of the certificate you downloaded when you registered your OAuth Client Application. |