Okta.Sdk.Model.OAuth2ClientJsonWebKeyRequestBody
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Alg | string | Algorithm used in the key | [optional] |
| E | string | RSA key value (exponent) for key binding | [optional] |
| Kid | string | Unique identifier of the JSON Web Key in the OAUth 2.0 Client's 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 OAuth 2.0 Client JSON Web Key | [optional] |
| Use | string | Acceptable use of the JSON Web Key | [optional] |