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
| Name | Type | Description | Notes |
|---|---|---|---|
| E | string | The key exponent of a RSA key | [optional] |
| Kid | string | The unique identifier of the key | [optional] |
| Kty | JsonWebKeyType | [optional] | |
| N | string | The modulus of the RSA key | [optional] |
| Status | JsonWebKeyStatus | [optional] | |
| Use | JsonWebKeyUse | [optional] |