Description
This endpoint provides a single-use token for client-side authentication. Each token has a configurable Time-To-Live (TTL) and expires automatically if unused. The default TTL is 60 seconds, with a maximum allowable duration of 5 minutes.Query Parameters
Name | Required | Type | Description |
---|---|---|---|
ttl | No | integer | Token Time-To-Live in seconds (default: 60, max: 300) |