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.

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.