Okta.Sdk.Model.AuthorizationServerJsonWebKey

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AlgstringThe algorithm used with the Key. Valid value: `RS256`[optional]
EstringRSA key value (public exponent) for Key binding[optional] [readonly]
KidstringUnique identifier for the key[optional] [readonly]
KtystringCryptographic algorithm family for the certificate's keypair. Valid value: `RSA`[optional] [readonly]
NstringRSA modulus value that is used by both the public and private keys and provides a link between them[optional]
StatusstringAn `ACTIVE` Key is used to sign tokens issued by the authorization server. Supported values: `ACTIVE`, `NEXT`, or `EXPIRED`<br> A `NEXT` Key is the next Key that the authorization server uses to sign tokens when Keys are rotated. The `NEXT` Key might not be listed if it hasn't been generated. An `EXPIRED` Key is the previous Key that the authorization server used to sign tokens. The `EXPIRED` Key might not be listed if no Key has expired or the expired Key was deleted.[optional]
UsestringAcceptable use of the key. Valid value: `sig`[optional] [readonly]
LinksLinksSelf[optional]

[Back to Model list] [Back to API list] [Back to README]