Okta.Sdk.Model.ResourceServerJsonWebKey

October 22, 2025 ยท View on GitHub

A JSON Web Key (JWK) is a JSON representation of a cryptographic key. Okta can use the active key to encrypt the access token minted by the authorization server. Okta supports only RSA keys with 'use: enc'.

Properties

NameTypeDescriptionNotes
EstringThe key exponent of a RSA key[optional]
KidstringThe unique identifier of the key[optional]
KtyJsonWebKeyType[optional]
NstringThe modulus of the RSA key[optional]
StatusJsonWebKeyStatus[optional]
UseJsonWebKeyUse[optional]

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