PrivateKeyType
Used together with the PrivateKey connection property. Specifies the private key type provided for OAuth authentication.
Possible Values
PEMKEY_FILE, PEMKEY_BLOBデータ型
string
デフォルト値
"PEMKEY_FILE"
解説
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. |