{% extends "client/base.twig" %} {% block content %}

Token Retrieved!

But let's pretend this access token has expired. Luckily, it came with a refresh token!

  Refresh Token: {{ response.refresh_token }}  
renew your access token
The refresh token can be used to get a new access token after the access token has expired.
back {% endblock %}