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.
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.