massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / oauth2 / rfc6749 / clients / backend_application.pyi
1 from typing import Any
2
3 from .base import Client as Client
4
5 class BackendApplicationClient(Client):
6     grant_type: str
7     def prepare_request_body(self, body: str = ..., scope: Any | None = ..., include_client_id: bool = ..., **kwargs): ...  # type: ignore[override]