{{ _("Are you sure you want to revoke this token? This action is unrevokable.") }}
{% extends theme('base.html') %} {% import 'fomanticui.html' as sui %} {% 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_user.name }} - {{ token_user.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") }} |