Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.32 KB

File metadata and controls

19 lines (15 loc) · 1.32 KB

Okta.Sdk.Model.OAuth2ResourceServerJsonWebKey

Properties

Name Type Description Notes
Created string Timestamp when the JSON Web Key was created [optional] [readonly]
E string RSA key value (exponent) for key binding [optional]
Id string The unique ID of the JSON Web Key [optional] [readonly]
Kid string Unique identifier of the JSON Web Key in the Custom Authorization Server's Public JWKS [optional]
Kty string Cryptographic algorithm family for the certificate's key pair [optional]
LastUpdated string Timestamp when the JSON Web Key was updated [optional] [readonly]
N string RSA key value (modulus) for key binding [optional]
Status string The status of the encryption key. You can use only an `ACTIVE` key to encrypt tokens issued by the authorization server. [optional] [default to StatusEnum.ACTIVE]
Use string Acceptable use of the JSON Web Key [optional]
Links OAuthResourceServerKeyLinks [optional]

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