PublicKeyResponse

PublicKeyResponse
PublicKeyResponse
JSON Example
{
    "alg": "string",
    "value": "string",
    "issuer": "string",
    "keys": [
        {}
    ]
}
string
alg
Optional

The algorithm associated with the public key.

string
value
Optional

The public key. Set in the case of pem format.

string
issuer
Optional

The issuer for the public key.

array of object
keys
Optional

The list of the currently valid public keys. Set in the case of jwks format. The model of this property is a Map of JsonWebKey objects.