Okta.Sdk.Model.OAuth2ClientJsonEncryptionKeyRequest

January 23, 2026 ยท View on GitHub

<x-lifecycle class="ea">A JSON Web Key (JWK) is a JSON representation of a cryptographic key. Okta uses an encryption key to encrypt an ID token JWT minted by the org authorization server or custom authorization server. Okta supports only RSA keys for encrypting tokens.

Properties

NameTypeDescriptionNotes
EstringRSA key value (exponent) for key binding[optional]
KtystringCryptographic algorithm family for the certificate's key pair[optional]
NstringRSA key value (modulus) for key binding[optional]
UsestringAcceptable use of the JSON Web Key[optional]
AlgstringAlgorithm used in the key[optional]
KidstringUnique identifier of the JSON Web Key in the OAUth 2.0 client's JWKS[optional]
StatusstringStatus of the OAuth 2.0 client JSON Web Key[optional] [default to StatusEnum.ACTIVE]

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