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 / __init__.pyi
1 from .authorization_code import AuthorizationCodeGrant as AuthorizationCodeGrant
2 from .client_credentials import ClientCredentialsGrant as ClientCredentialsGrant
3 from .implicit import ImplicitGrant as ImplicitGrant
4 from .refresh_token import RefreshTokenGrant as RefreshTokenGrant
5 from .resource_owner_password_credentials import ResourceOwnerPasswordCredentialsGrant as ResourceOwnerPasswordCredentialsGrant