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