38 lines
941 B
Markdown
38 lines
941 B
Markdown
---
|
|
name: oauth2-routes
|
|
description: Handle 3 OpenAPI operation(s) under /oauth2 for the oauth2 route group.
|
|
---
|
|
|
|
# oauth2 API Routes
|
|
|
|
Handle 3 OpenAPI operation(s) under /oauth2 for the oauth2 route group.
|
|
|
|
Use the generated operation tools to make real API calls. Do not invent API responses.
|
|
If a tool reports missing setup, return the exact setup field name to the caller.
|
|
For write, update, or delete operations, state the intended action before calling the tool.
|
|
|
|
## Operations
|
|
|
|
### revoke_token
|
|
|
|
- Operation ID: `revoke_token`
|
|
- Route: `POST /oauth2/revoke`
|
|
- Mode: WRITE
|
|
- Summary: RevokeToken
|
|
- Body: JSON request body accepted.
|
|
|
|
### obtain_token
|
|
|
|
- Operation ID: `obtain_token`
|
|
- Route: `POST /oauth2/token`
|
|
- Mode: WRITE
|
|
- Summary: ObtainToken
|
|
- Body: JSON request body accepted.
|
|
|
|
### retrieve_token_status
|
|
|
|
- Operation ID: `retrieve_token_status`
|
|
- Route: `POST /oauth2/token/status`
|
|
- Mode: WRITE
|
|
- Summary: RetrieveTokenStatus
|