Okta.Sdk.Model.OAuth2ClientJsonWebKeyRsaRequest

January 23, 2026 ยท View on GitHub

An RSA signing key

Properties

NameTypeDescriptionNotes
EstringRSA key value (exponent) for key binding[optional]
KtystringCryptographic algorithm family for the certificate's key pair[optional]
NstringRSA key value (modulus) for key binding[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]