Okta.Sdk.Model.OAuth2ClientJsonWebKeyECRequest

January 23, 2026 ยท View on GitHub

An EC signing key

Properties

NameTypeDescriptionNotes
KtystringCryptographic algorithm family for the certificate's key pair[optional]
XstringThe public x coordinate for the elliptic curve point[optional]
YstringThe public y coordinate for the elliptic curve point[optional]
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]

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