Skip to content
Last updated

The Token refresh response object represents the response returned when successfully refreshing an access token using a valid refresh token.

Properties

token string required

New JWT access token for authenticated requests.

device_id string | null optional

Device identifier associated with the refreshed token. Used for session tracking and security.