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 / __init__.pyi
1 from .authorization_code import AuthorizationCodeGrant as AuthorizationCodeGrant
2 from .base import GrantTypeBase as GrantTypeBase
3 from .dispatchers import (
4     AuthorizationCodeGrantDispatcher as AuthorizationCodeGrantDispatcher,
5     AuthorizationTokenGrantDispatcher as AuthorizationTokenGrantDispatcher,
6     ImplicitTokenGrantDispatcher as ImplicitTokenGrantDispatcher,
7 )
8 from .hybrid import HybridGrant as HybridGrant
9 from .implicit import ImplicitGrant as ImplicitGrant