ai-station/.venv/lib/python3.12/site-packages/mcp/client/auth/exceptions.py

11 lines
264 B
Python
Raw Permalink Normal View History

2025-12-25 14:54:33 +00:00
class OAuthFlowError(Exception):
"""Base exception for OAuth flow errors."""
class OAuthTokenError(OAuthFlowError):
"""Raised when token operations fail."""
class OAuthRegistrationError(OAuthFlowError):
"""Raised when client registration fails."""