# Overview

## oauth

The OAuth authorization server: discovery, authorize, token (authorization code with PKCE, refresh) and revocation. Errors here are OAuth JSON (`error`, `error_description`), not problem details.

## Operations

GET

[/.well-known/oauth-authorization-server](https://developers.tasksmate.indrasol.com/reference/operations/oauthserver_metadata/)

GET

[/.well-known/oauth-protected-resource](https://developers.tasksmate.indrasol.com/reference/operations/oauthresource_metadata/)

GET

[/oauth/authorize](https://developers.tasksmate.indrasol.com/reference/operations/oauthauthorize/)

POST

[/oauth/token](https://developers.tasksmate.indrasol.com/reference/operations/oauthtoken/)

POST

[/oauth/revoke](https://developers.tasksmate.indrasol.com/reference/operations/oauthrevoke/)

---
Source: https://developers.tasksmate.indrasol.com/reference/operations/tags/oauth/
