massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / oauth2 / rfc6749 / endpoints / __init__.pyi
1 from .authorization import AuthorizationEndpoint as AuthorizationEndpoint
2 from .introspect import IntrospectEndpoint as IntrospectEndpoint
3 from .metadata import MetadataEndpoint as MetadataEndpoint
4 from .pre_configured import (
5     BackendApplicationServer as BackendApplicationServer,
6     LegacyApplicationServer as LegacyApplicationServer,
7     MobileApplicationServer as MobileApplicationServer,
8     Server as Server,
9     WebApplicationServer as WebApplicationServer,
10 )
11 from .resource import ResourceEndpoint as ResourceEndpoint
12 from .revocation import RevocationEndpoint as RevocationEndpoint
13 from .token import TokenEndpoint as TokenEndpoint