mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 04:19:25 +00:00
3.8 KiB
3.8 KiB
CreateJWTTemplateRequestBody
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
Optional<? extends String> | ➖ | JWT template name |
claims |
Optional<? extends com.clerk.backend_api.models.operations.Claims> | ➖ | JWT template claims in JSON format |
lifetime |
JsonNullable<? extends Double> | ➖ | JWT token lifetime |
allowedClockSkew |
JsonNullable<? extends Double> | ➖ | JWT token allowed clock skew |
customSigningKey |
Optional<? extends Boolean> | ➖ | Whether a custom signing key/algorithm is also provided for this template |
signingAlgorithm |
JsonNullable<? extends String> | ➖ | The custom signing algorithm to use when minting JWTs |
signingKey |
JsonNullable<? extends String> | ➖ | The custom signing private key to use when minting JWTs |