File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 44Corresponds to TypeScript file: src/server/auth/handlers/revoke.ts
55"""
66
7- from typing import Callable , Optional
7+ from typing import Callable
88
9- from pydantic import BaseModel , ValidationError
9+ from pydantic import ValidationError
1010from starlette .requests import Request
1111from starlette .responses import Response
1212
2020from mcp .server .auth .provider import OAuthServerProvider , OAuthTokenRevocationRequest
2121
2222
23-
2423class RevocationRequest (OAuthTokenRevocationRequest , ClientAuthRequest ):
2524 pass
2625
Original file line number Diff line number Diff line change 1111from mcp .server .auth .types import AuthInfo
1212from mcp .shared .auth import (
1313 OAuthClientInformationFull ,
14- OAuthTokenRevocationRequest ,
1514 OAuthTokens ,
1615)
1716
You can’t perform that action at this time.
0 commit comments