Okta.Sdk.Model.OAuth2ResourceServerJsonWebKeyRequestBody
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| E | string | RSA key value (exponent) for key binding | [optional] |
| Kid | string | Unique identifier of the JSON web key in the custom authorization server's public JWKS | [optional] |
| Kty | string | Cryptographic algorithm family for the certificate's key pair | [optional] |
| N | string | RSA key value (modulus) for key binding | [optional] |
| Status | string | Status of the JSON Web Key | [optional] |
| Use | string | Acceptable use of the JSON Web Key | [optional] |