Creates a short-lived session token for the Auth Component.
Documentation Index
Fetch the complete documentation index at: https://docs.deck.co/llms.txt
Use this file to discover all available pages before exploring further.
Secret key (sk_live_...)
Created
A session token for the Auth Component. Short-lived (30 minutes) and scoped to a single component session.
Unique identifier for the session token, prefixed with tok_.
Always token.
The token value to pass to <DeckAuthComponent />. Prefixed with tk_. Treat as a bearer secret until it expires.
ISO 8601 timestamp at which the token stops being accepted. 30 minutes after created_at.
ISO 8601 timestamp of when the token was created.
Unique identifier for the API request. Include this when contacting support.