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 of the JWTs issued by the Identity service against which to validate the iss claim.

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.

Returned By