Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.6 KB

AuthorizationServerJsonWebKey.md

File metadata and controls

17 lines (13 loc) · 1.6 KB

Okta.Sdk.Model.AuthorizationServerJsonWebKey

Properties

Name Type Description Notes
Alg string The algorithm used with the Key. Valid value: `RS256` [optional]
E string RSA key value (public exponent) for Key binding [optional] [readonly]
Kid string Unique identifier for the key [optional] [readonly]
Kty string Cryptographic algorithm family for the certificate's keypair. Valid value: `RSA` [optional] [readonly]
N string RSA modulus value that is used by both the public and private keys and provides a link between them [optional]
Status string An `ACTIVE` Key is used to sign tokens issued by the authorization server. Supported values: `ACTIVE`, `NEXT`, or `EXPIRED`<br> A `NEXT` Key is the next Key that the authorization server uses to sign tokens when Keys are rotated. The `NEXT` Key might not be listed if it hasn't been generated. An `EXPIRED` Key is the previous Key that the authorization server used to sign tokens. The `EXPIRED` Key might not be listed if no Key has expired or the expired Key was deleted. [optional]
Use string Acceptable use of the key. Valid value: `sig` [optional] [readonly]
Links LinksSelf [optional]

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