LoginTokens
Props
accessExpire
Seconds before the access token expiration (in UNIX timestamp format)
accessToken
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
Seconds before the refresh token expiration (in UNIX timestamp format)
refreshToken
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.