Okta.Sdk.Model.OAuth2ClientJsonSigningKeyResponse
January 23, 2026 ยท View on GitHub
A JSON Web Key (JWK) is a JSON representation of a cryptographic key. Okta uses signing keys to verify the signature of a JWT when provided for the private_key_jwt client authentication method or for a signed authorize request object. Okta supports both RSA and Elliptic Curve (EC) keys for signing tokens.
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] |
| Created | string | Timestamp when the OAuth 2.0 client JSON Web Key was created | [optional] [readonly] |
| Id | string | The unique ID of the OAuth Client JSON Web Key | [optional] [readonly] |
| LastUpdated | string | Timestamp when the OAuth 2.0 client JSON Web Key was updated | [optional] [readonly] |
| Links | OAuthClientSecretLinks | [optional] |