{% extends "meta.html" %} {% block title %} "{{client.name}}" - OAuth 2.0 - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}

OAuth 2.0 client management

{{csrf_token()}}

Revoke tokens & client secret

If OAuth 2.0 bearer tokens issued for your OAuth client, or your client secret, have been disclosed to a third-party, you must revoke all tokens and have replacements issued.

{{csrf_token()}}

Unregister this OAuth client

This will permanently unregister your OAuth 2.0 client, "{{client.name}}", revoke all tokens issued to it, and prohibit the issuance of new tokens.

Client ID
{{client.uuid}}
Name
{{client.name}}
Description
{{client.description}}
Informative URL
{{client.url}}
Redirect URL
{{client.redirectUrl}}
{% endblock %}