{% extends "_app_detail_shell.html" %} {% block detail_meta %}OAuth 2.0{% endblock %} {% block credentials %}
OAuth Application
Client ID
{{ client_id or '—' }} {% if client_id %}{% endif %}
Client Secret
{% if has_client_secret %}••••••••••••••••{% else %}—{% endif %}
Redirect URI
{{ redirect_uri }}
Endpoints
Authorization URL
{{ auth_url }}
Token URL
{{ token_url }}
Scopes
{% for scope in scopes %} {{ scope }} {% endfor %}
Tokens
Access Token
{% if access_token %}••••••••••••••••{% else %}—{% endif %} {% if access_token %} {% endif %}
{% if refresh_token %}
Refresh Token
••••••••••••••••
{% endif %} {% if expires_label %}
Expires
{{ expires_label }}
{% endif %}
{% endblock %} {% block side_rows %} {% if connection.account and connection.account.label %}
Account
{{ connection.account.label }}
{% endif %} {% endblock %} {% block actions %}
{% endblock %}