{% if error %}

Error: {{ error }}

{% else %}

Authentication sucessful

Authentication is successful and auth response is validated.

Returned auth response:

{% for key,auth in auths['auth'] %} {% if auth is scalar %} {% else %} {% endif %} {% endfor %}
Key Value
{{key }} {{auth}}
{{key}}
    {% for key1,item in auth %} {% if key1 is sameas('image') %}
  • {{key1}}:
  • {% elseif key1 == 'urls' %}
  • {{key1}}: {{item['google']}}
  • {% else %}
  • {{key1}}: {{item}}
  • {% endif %} {% endfor %}

Raw response

{{"
"}}
        
    
{% endif %}