Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 762 Bytes

JsonWebKeySetGeneratorRequest.md

File metadata and controls

15 lines (8 loc) · 762 Bytes

JsonWebKeySetGeneratorRequest

JSONWebKeySetGeneratorRequest json web key set generator request

Properties

Name Type Description Notes
alg String The algorithm to be used for creating the key. Supports "RS256", "ES512", "HS512", and "HS256"
kid String The kid of the key to be created
use String The "use" (public key use) parameter identifies the intended use of the public key. The "use" parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Valid values are "enc" and "sig".