{# Close Button #} {% with title="Authorize", modal_id="auth-modal" %} {% include "modals/_title_bar.html" %} {% endwith %} {# Tabs #} {# Schemes #} {% for scheme in te.rpc.components.x_security_schemes.values() %}
{% if scheme.type in ["apikey", "bearer"] %} {% include "modals/auth/_header.html" %} {% else %} {% if not httpx_missing %} {% include "modals/auth/_oauth.html" %} {% else %}

Error

Optional dependency httpx is required for OAuth 2.0 functionality. Install with:
pip install httpx
or
poetry add httpx
{% endif %} {% endif %}
{% endfor %}