Endpoints
| Endpoint | Description |
|---|---|
/oauth/auth |
Authorisation endpoint. |
/oauth/auth-gesture |
Authorisation endpoint that requires the user to press an "Approve" button. |
/oauth/token |
Token endpoint. Accepts POST requests with form data and returns an access token. |
/oauth/callback |
Callback page that can be used for the post-auth redirect URI. Displays the received code and state. |
Test Authorisation
Test Authorisation Test Authorisation (User gesture required)