{{ _("Are you sure you want to revoke this token? This action is unrevokable.") }}
{% extends theme('base.html') %} {% import 'macro/fomanticui.html' as sui %} {% block title %} {% trans %}Token details{% endtrans %} {% endblock %} {% block script %} {% endblock %} {% block content %}
{{ _("Are you sure you want to revoke this token? This action is unrevokable.") }}
| {{ _("Client") }} | {{ token.client.client_name }} |
| {{ _("Subject") }} | {{ token.subject.name }} - {{ token.subject.uid[0] }} |
| {{ _("Scope") }} |
|
| {{ _("Audience") }} |
|
| {{ _("Issue date") }} | {{ token.issue_date }} |
| {{ _("Expiration date") }} | {{ token.expire_date }} |
| {{ _("Revokation date") }} |
{% if token.revokation_date %}
{{ token.revokation_date }}
{% else %}
{% trans %}Revoke token{% endtrans %}
{% trans %}This token has not been revoked{% endtrans %} {% endif %} |
| {{ _("Token type") }} | {{ token.type }} |
| {{ _("Access token") }} | |
| {{ _("Refresh token") }} |