massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / openid / connect / core / grant_types / authorization_code.pyi
1 from typing import Any
2
3 from .base import GrantTypeBase as GrantTypeBase
4
5 log: Any
6
7 class AuthorizationCodeGrant(GrantTypeBase):
8     proxy_target: Any
9     def __init__(self, request_validator: Any | None = ..., **kwargs) -> None: ...
10     def add_id_token(self, token, token_handler, request): ...