LoginTokens
Auth parameters that can be used to log in via an access token.
Props
accessExpire
accessExpire: number
Time in seconds for the access token to expire.
accessToken
accessToken: string
Access token that can be used before accessExpire.
refreshExpire
refreshExpire: number
Time in seconds for the refresh token to expire.
refreshToken
refreshToken: string
Refresh token that can be used one time before refreshExpire.