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

NameTypeDescriptionNotes
AlgstringAlgorithm used in the key[optional]
KidstringUnique identifier of the JSON Web Key in the OAUth 2.0 client's JWKS[optional]
StatusstringStatus of the OAuth 2.0 client JSON Web Key[optional] [default to StatusEnum.ACTIVE]
UsestringAcceptable use of the JSON Web Key[optional]
CreatedstringTimestamp when the OAuth 2.0 client JSON Web Key was created[optional] [readonly]
IdstringThe unique ID of the OAuth Client JSON Web Key[optional] [readonly]
LastUpdatedstringTimestamp when the OAuth 2.0 client JSON Web Key was updated[optional] [readonly]
LinksOAuthClientSecretLinks[optional]

[Back to Model list] [Back to API list] [Back to README]