Okta.Sdk.Model.AuthorizationServerJsonWebKey
October 3, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Alg | string | The algorithm used with the Key. Valid value: `RS256` | [optional] |
| E | string | RSA key value (public exponent) for Key binding | [optional] [readonly] |
| Kid | string | Unique identifier for the key | [optional] [readonly] |
| Kty | string | Cryptographic algorithm family for the certificate's keypair. Valid value: `RSA` | [optional] [readonly] |
| N | string | RSA modulus value that is used by both the public and private keys and provides a link between them | [optional] |
| Status | string | An `ACTIVE` Key is used to sign tokens issued by the authorization server. Supported values: `ACTIVE`, `NEXT`, or `EXPIRED`<br> A `NEXT` Key is the next Key that the authorization server uses to sign tokens when Keys are rotated. The `NEXT` Key might not be listed if it hasn't been generated. An `EXPIRED` Key is the previous Key that the authorization server used to sign tokens. The `EXPIRED` Key might not be listed if no Key has expired or the expired Key was deleted. | [optional] |
| Use | string | Acceptable use of the key. Valid value: `sig` | [optional] [readonly] |
| Links | LinksSelf | [optional] |