Authorized: Yes
{% if profile %}User: {{ profile.name }} ({{ profile.email }})
{% endif %} {% if token %}Granted scopes: {{ token.scope }}
{% if expires_at %}Token expires: {{ expires_at.strftime('%Y-%m-%d %H:%M:%S %Z') }}
{% endif %} {% endif %} {% else %}Authorized: No
Click the button below to start the Google OAuth authorization code flow.
{% endif %}/oauth/callback with a one-time authorization code.