mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
initial commit with code
This commit is contained in:
14
docs/models/operations/CreateJWTTemplateRequestBody.md
Normal file
14
docs/models/operations/CreateJWTTemplateRequestBody.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# CreateJWTTemplateRequestBody
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
|
||||
| `name` | *Optional<? extends String>* | :heavy_minus_sign: | JWT template name |
|
||||
| `claims` | [Optional<? extends com.clerk.backend_api.models.operations.Claims>](../../models/operations/Claims.md) | :heavy_minus_sign: | JWT template claims in JSON format |
|
||||
| `lifetime` | *JsonNullable<? extends Double>* | :heavy_minus_sign: | JWT token lifetime |
|
||||
| `allowedClockSkew` | *JsonNullable<? extends Double>* | :heavy_minus_sign: | JWT token allowed clock skew |
|
||||
| `customSigningKey` | *Optional<? extends Boolean>* | :heavy_minus_sign: | Whether a custom signing key/algorithm is also provided for this template |
|
||||
| `signingAlgorithm` | *JsonNullable<? extends String>* | :heavy_minus_sign: | The custom signing algorithm to use when minting JWTs |
|
||||
| `signingKey` | *JsonNullable<? extends String>* | :heavy_minus_sign: | The custom signing private key to use when minting JWTs |
|
||||
Reference in New Issue
Block a user