# Refresh Token The Refresh Token is an [OAuth](/glossary/o/oauth) method to provide clients with a new [access token](/glossary/a/access_token) without repeated [authorization](/glossary/a/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.