Expand description
OAuth 2.0 API Endpoints
Handles OAuth 2.0 authorization, token exchange, and related operations
Structs§
- Authorize
Request - OAuth authorization request parameters
- Client
Info - Client information
- Introspect
Request - POST /oauth/introspect Token introspection endpoint (RFC 7662)
- Introspect
Response - OAuth
Error - OAuth error response
- Revoke
Request - POST /oauth/revoke Token revocation endpoint
- Token
Request - OAuth token request
- Token
Response - OAuth token response
Functions§
- authorize
- GET /oauth/authorize OAuth 2.0 authorization endpoint
- get_
client_ info - GET /oauth/clients/{client_id} Get OAuth client information
- introspect_
token - revoke_
token - token
- POST /oauth/token OAuth 2.0 token endpoint