Skip to content

Commit de8de15

Browse files
committed
Remove dup
1 parent 187824d commit de8de15

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/mcp/shared/auth.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,7 @@ class OAuthClientRegistrationError(BaseModel):
102102
error_description: Optional[str] = None
103103

104104

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-
"""
111105

112-
token: str
113-
token_type_hint: Optional[str] = None
114106

115107

116108
class OAuthMetadata(BaseModel):

0 commit comments

Comments
 (0)