massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / oauth1 / rfc5849 / endpoints / signature_only.pyi
1 from typing import Any
2
3 from .base import BaseEndpoint as BaseEndpoint
4
5 log: Any
6
7 class SignatureOnlyEndpoint(BaseEndpoint):
8     def validate_request(self, uri, http_method: str = ..., body: Any | None = ..., headers: Any | None = ...): ...