Refresh Token

The Refresh Token is an OAuth method to provide clients with a new access token without repeated authorization. Typically, the refresh token is issued to the client when it first acquires an access token, and has much longer lifespan than the access token.