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 / legacy_application.pyi
1 from typing import Any
2
3 from .base import Client as Client
4
5 class LegacyApplicationClient(Client):
6     grant_type: str
7     def __init__(self, client_id, **kwargs) -> None: ...
8     def prepare_request_body(  # type: ignore[override]
9         self, username, password, body: str = ..., scope: Any | None = ..., include_client_id: bool = ..., **kwargs
10     ): ...