Authorization Code Flow Example

{% if data.error != " " %}

Error: {{ data.error }}

{% endif %} {% if data.auth_response != " " and data.auth_response != "No Token" %}

{{ data.auth_response }}



Exchange authorization code for tokens

NOTE: authorization code can only be used ONCE and it EXPIRES within 10 minutes



{% else %}

{% endif %}