Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.28 KB

File metadata and controls

17 lines (13 loc) · 1.28 KB

Okta.Sdk.Model.OAuth2ClientJsonEncryptionKeyRequest

<x-lifecycle class="ea">A JSON Web Key (JWK) is a JSON representation of a cryptographic key. Okta uses an encryption key to encrypt an ID token JWT minted by the org authorization server or custom authorization server. Okta supports only RSA keys for encrypting tokens.

Properties

Name Type Description Notes
E string RSA key value (exponent) for key binding [optional]
Kty string Cryptographic algorithm family for the certificate's key pair [optional]
N string RSA key value (modulus) for key binding [optional]
Use string Acceptable use of the JSON Web Key [optional]
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]

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