Tokens

{% if current_user.is_authenticated %} {% for token_entry_form in form.token_data %} {{ token_entry_form.hidden_tag() }} {% endfor %} {% endif %}
Application Access Token Refresh Token Updated Expiration
{{ token_entry_form.app_name(disabled=True) }} {{ token_entry_form.access_token }} {{ token_entry_form.refresh_token }} {{ token_entry_form.updated_at.data }} {{ token_entry_form.expires_at }} {{ token_entry_form.update(class="btn-primary") }}