| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | JWT template name |
claims |
Operations\UpdateJWTTemplateClaims | ✔️ | JWT template claims in JSON format |
lifetime |
?int | ➖ | JWT lifetime |
allowedClockSkew |
?int | ➖ | JWT 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. Required if custom_signing_key is true. |
signingKey |
?string | ➖ | The custom signing private key to use when minting JWTs. Required if custom_signing_key is true. |