Get Open Id Provider Key
Get the specified OpenID Provider key.
OpenID Provider key URN
OpenID Provider key URN
OK
{
"id": "string",
"description": "string",
"creationDate": "string",
"publicKey": "string",
"privateKey": "string",
"privateKeyPassphrase": "string"
}
A unique identifier for the key.
Description of the key.
An ISO-8601 timestamp generated by the server when a key is added.
PEM encoded public key. All extraneous whitespace and other information is removed.
Only RSA and EC private keys are supported.
PEM encoded private key. All extraneous whitespace and other information is removed.
Only RSA and EC private keys are supported.
passphrase for the private key. Required if the private key is encrypted.