massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / oauth2 / rfc6749 / grant_types / client_credentials.pyi
1 from typing import Any
2
3 from .base import GrantTypeBase as GrantTypeBase
4
5 log: Any
6
7 class ClientCredentialsGrant(GrantTypeBase):
8     def create_token_response(self, request, token_handler): ...
9     def validate_token_request(self, request) -> None: ...