Field | Type | Required | Description | Example |
---|---|---|---|---|
object |
models.JWTTemplateObject | ✔️ | N/A | jwt_template |
id |
str | ✔️ | N/A | jt_1234567890abcdef |
name |
str | ✔️ | N/A | My First JWT Template |
claims |
models.Claims | ✔️ | N/A | {} |
lifetime |
int | ✔️ | N/A | 3600 |
allowed_clock_skew |
int | ✔️ | N/A | 5 |
created_at |
int | ✔️ | Unix timestamp of creation. |
1609459200 |
updated_at |
int | ✔️ | Unix timestamp of last update. |
1612137600 |
custom_signing_key |
Optional[bool] | ➖ | N/A | false |
signing_algorithm |
Optional[str] | ➖ | N/A | RS256 |