Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 3.4 KB

CreateJWTTemplateRequestBody.md

File metadata and controls

14 lines (11 loc) · 3.4 KB

CreateJWTTemplateRequestBody

Fields

Field Type Required Description Example
Name string JWT template name Example Template
Claims Models.Operations.Claims JWT template claims in JSON format {}
Lifetime double JWT token lifetime 3600
AllowedClockSkew double JWT token allowed clock skew 5
CustomSigningKey bool Whether a custom signing key/algorithm is also provided for this template false
SigningAlgorithm string The custom signing algorithm to use when minting JWTs RS256
SigningKey string The custom signing private key to use when minting JWTs PRIVATE_KEY_PLACEHOLDER