Field | Type | Required | Description |
---|---|---|---|
name |
?string | ➖ | JWT template name |
claims |
?Operations\Claims | ➖ | JWT template claims in JSON format |
customSigningKey |
?bool | ➖ | Whether a custom signing key/algorithm is also provided for this template |
lifetime |
?float | ➖ | JWT token lifetime |
allowedClockSkew |
?float | ➖ | JWT token allowed clock skew |
signingAlgorithm |
?string | ➖ | The custom signing algorithm to use when minting JWTs |
signingKey |
?string | ➖ | The custom signing private key to use when minting JWTs |