There is no such thing
Under the normal authentication flow you get a user token and a refresh token
You can use the refresh token to get a new access token when the access token expires. (Then store the new access and refresh tokens)
A refresh token doesn’t have an expiration but maybe become invalid for another reason requiring you to get a new access and refresh token key set again manually