Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.87 KB

UpdateJWTTemplateRequestBody.md

File metadata and controls

14 lines (11 loc) · 2.87 KB

UpdateJWTTemplateRequestBody

Fields

Field Type Required Description
Name string JWT template name
Claims UpdateJWTTemplateClaims JWT template claims in JSON format
Lifetime double JWT token lifetime
AllowedClockSkew double JWT token allowed clock skew
CustomSigningKey bool Whether a custom signing key/algorithm is also provided for this template
SigningAlgorithm string The custom signing algorithm to use when minting JWTs
SigningKey string The custom signing private key to use when minting JWTs