Skip to main content
Version: Next

LoginTokenResponseSchema

access_tokenstring

Opaque single-use token. Carries no identity data; it is only a handle to a short-lived server-side record.

expires_atinteger

Unix timestamp after which the token is rejected.

LoginTokenResponseSchema
{
"access_token": "string",
"expires_at": 0
}