{% extends "_app_detail_shell.html" %}
{% block detail_meta %}OAuth 2.0{% endblock %}
{% block credentials %}
This hosted deployment manages the OAuth application for {{ provider.display_name }}. Client credentials stay deployment-managed and are not shown in the dashboard.
{{ client_id or '—' }}
{% if client_id %}{% endif %}
{% if has_client_secret %}••••••••••••••••{% else %}—{% endif %}
{{ redirect_uri }}
{{ auth_url }}{{ token_url }}{% if access_token %}••••••••••••••••{% else %}—{% endif %}
{% if access_token %}
{% endif %}
••••••••••••••••