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 |