Rate this page:

LoginTokens

Props

accessExpire

Copy URL
accessExpire: 

number

Seconds before the access token expiration (in UNIX timestamp format)

accessToken

Copy URL
accessToken: 

string

You can use this token for login before accessExpire. Access token TTL is 48 hours. The actual value in ms is returned in the response payload.

refreshExpire

Copy URL
refreshExpire: 

number

Seconds before the refresh token expiration (in UNIX timestamp format)

refreshToken

Copy URL
refreshToken: 

string

Refresh token. You can use it 1 time before refreshExpire. Refresh token TTL is 30 days. The actual value in ms is returned in the response payload.