massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / stripe / stripe / oauth.pyi
1 from typing import Any
2
3 from stripe import api_requestor as api_requestor, connect_api_base as connect_api_base, error as error
4
5 class OAuth:
6     @staticmethod
7     def authorize_url(express: bool = ..., **params): ...
8     @staticmethod
9     def token(api_key: Any | None = ..., **params): ...
10     @staticmethod
11     def deauthorize(api_key: Any | None = ..., **params): ...