exceptions
OAuthFlowError
Bases: Exception
Base exception for OAuth flow errors.
Source code in src/mcp/client/auth/exceptions.py
1 2 | |
OAuthTokenError
Bases: OAuthFlowError
Raised when token operations fail.
Source code in src/mcp/client/auth/exceptions.py
5 6 | |
OAuthRegistrationError
Bases: OAuthFlowError
Raised when client registration fails.
Source code in src/mcp/client/auth/exceptions.py
9 10 | |