We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187824d commit de8de15Copy full SHA for de8de15
src/mcp/shared/auth.py
@@ -102,15 +102,7 @@ class OAuthClientRegistrationError(BaseModel):
102
error_description: Optional[str] = None
103
104
105
-class OAuthTokenRevocationRequest(BaseModel):
106
- """
107
- RFC 7009 OAuth 2.0 Token Revocation request.
108
-
109
- Corresponds to OAuthTokenRevocationRequestSchema in src/shared/auth.ts
110
111
112
- token: str
113
- token_type_hint: Optional[str] = None
114
115
116
class OAuthMetadata(BaseModel):
0 commit comments