API :: Sign out

The user’s access token can be expired by calling the URL path /applications/sign_out with the bearer authorization or access token query string. As response, the user will be redirect to:

  1. The application sign out URL, if it’s set.
  2. The application website, if it’s set.
  3. The identity’s profile as fallback.

If the sign out URL was provided, the access token will be sent as query string.