{"name":"OAuth Manager","version":"1.0.0","endpoints":{"auth":{"GET /health":"Health check","GET /auth/providers":"List supported OAuth providers","GET /auth/:provider":"Initiate OAuth flow","GET /auth/:provider/callback":"OAuth callback handler","POST /auth/refresh":"Manually refresh token","GET /auth/token/:userId/:provider":"Get token info","GET /auth/tokens/:userId":"Get all user tokens","DELETE /auth/token/:userId/:provider":"Revoke token","GET /auth/user/:provider?user_id=":"Get user info"}}}