Okta.Sdk.Model.OAuth2ResourceServerJsonWebKey

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
CreatedstringTimestamp when the JSON Web Key was created[optional] [readonly]
EstringRSA key value (exponent) for key binding[optional]
IdstringThe unique ID of the JSON Web Key[optional] [readonly]
KidstringUnique identifier of the JSON Web Key in the Custom Authorization Server's Public JWKS[optional]
KtystringCryptographic algorithm family for the certificate's key pair[optional]
LastUpdatedstringTimestamp when the JSON Web Key was updated[optional] [readonly]
NstringRSA key value (modulus) for key binding[optional]
StatusstringThe status of the encryption key. You can use only an `ACTIVE` key to encrypt tokens issued by the authorization server.[optional] [default to StatusEnum.ACTIVE]
UsestringAcceptable use of the JSON Web Key[optional]
LinksOAuthResourceServerKeyLinks[optional]

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