Okta.Sdk.Model.AddJwkRequest
January 23, 2026 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Alg | string | Algorithm used in the key | [optional] |
| Kid | string | Unique identifier of the JSON Web Key in the OAUth 2.0 client's JWKS | [optional] |
| Status | string | Status of the OAuth 2.0 client JSON Web Key | [optional] [default to StatusEnum.ACTIVE] |
| Use | string | Acceptable use of the JSON Web Key | [optional] |