- Test the auth flow directly Go directly to the authorization flow. If there are stored credentials, you still might not be prompted to reauthorize the application.
- Revoke current credentials Revoke the access token associated with the current user session. After revoking credentials, if you go to the test page, you should see an invalid_grant error.
- Clear Flask session credentials Clear the access token currently stored in the user session. After clearing the token, if you test the API request again, you should go back to the auth flow.
- Search events page A page dedicated to searching events (diagnostics or procedures).