openIdProviderKeys
openIdProviderKeys
A paginated list of configured keys to present in the jwks endpoint.
AllOf
JSON Example
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"description": "string",
"creationDate": "string",
"publicKey": "string",
"privateKey": "string",
"privateKeyPassphrase": "string"
}
]
}