{{ _("Are you sure you want to revoke this token? This action is unrevokable.") }}
{% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {%- block title -%} {%- trans %}Token details{% endtrans -%} {%- endblock -%} {% block script %} {% endblock %} {% block submenu %} {% endblock %} {% block content %}
{{ _("Are you sure you want to revoke this token? This action is unrevokable.") }}
{{ _("Client") }} | {{ token.client.client_name }} |
{{ _("Subject") }} | {{ token.subject.identifier }} |
{{ _("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") }} |