{"name":"Trend SSO JWT API","version":"1.0.0","description":"FastAPI OAuth authentication system with Google integration","environment":"development","endpoints":{"authentication":{"google_login":"/auth/google/login","google_login_redirect":"/auth/google/login/redirect","google_callback":"/auth/google/callback","logout":"/auth/logout","current_user":"/auth/me","auth_status":"/auth/status","clear_session":"/auth/session"},"tokens":{"generate":"/tokens/generate","current":"/tokens/current","verify":"/tokens/verify","introspect":"/tokens/introspect","revoke":"/tokens/revoke","stats":"/tokens/stats","health":"/tokens/health"},"system":{"health":"/health","api_info":"/api/info","root":"/"},"documentation":{"swagger":"/docs","redoc":"/redoc","openapi":"/openapi.json"}},"oauth":{"provider":"Google","scopes":["openid","email","profile"],"pkce_enabled":true}}