massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / oauthlib / oauthlib / oauth2 / __init__.pyi
1 from .rfc6749.clients import (
2     BackendApplicationClient as BackendApplicationClient,
3     Client as Client,
4     LegacyApplicationClient as LegacyApplicationClient,
5     MobileApplicationClient as MobileApplicationClient,
6     ServiceApplicationClient as ServiceApplicationClient,
7     WebApplicationClient as WebApplicationClient,
8 )
9 from .rfc6749.endpoints import (
10     AuthorizationEndpoint as AuthorizationEndpoint,
11     BackendApplicationServer as BackendApplicationServer,
12     IntrospectEndpoint as IntrospectEndpoint,
13     LegacyApplicationServer as LegacyApplicationServer,
14     MetadataEndpoint as MetadataEndpoint,
15     MobileApplicationServer as MobileApplicationServer,
16     ResourceEndpoint as ResourceEndpoint,
17     RevocationEndpoint as RevocationEndpoint,
18     Server as Server,
19     TokenEndpoint as TokenEndpoint,
20     WebApplicationServer as WebApplicationServer,
21 )
22 from .rfc6749.errors import (
23     AccessDeniedError as AccessDeniedError,
24     FatalClientError as FatalClientError,
25     InsecureTransportError as InsecureTransportError,
26     InvalidClientError as InvalidClientError,
27     InvalidClientIdError as InvalidClientIdError,
28     InvalidGrantError as InvalidGrantError,
29     InvalidRedirectURIError as InvalidRedirectURIError,
30     InvalidRequestError as InvalidRequestError,
31     InvalidRequestFatalError as InvalidRequestFatalError,
32     InvalidScopeError as InvalidScopeError,
33     MismatchingRedirectURIError as MismatchingRedirectURIError,
34     MismatchingStateError as MismatchingStateError,
35     MissingClientIdError as MissingClientIdError,
36     MissingCodeError as MissingCodeError,
37     MissingRedirectURIError as MissingRedirectURIError,
38     MissingResponseTypeError as MissingResponseTypeError,
39     MissingTokenError as MissingTokenError,
40     MissingTokenTypeError as MissingTokenTypeError,
41     OAuth2Error as OAuth2Error,
42     ServerError as ServerError,
43     TemporarilyUnavailableError as TemporarilyUnavailableError,
44     TokenExpiredError as TokenExpiredError,
45     UnauthorizedClientError as UnauthorizedClientError,
46     UnsupportedGrantTypeError as UnsupportedGrantTypeError,
47     UnsupportedResponseTypeError as UnsupportedResponseTypeError,
48     UnsupportedTokenTypeError as UnsupportedTokenTypeError,
49 )
50 from .rfc6749.grant_types import (
51     AuthorizationCodeGrant as AuthorizationCodeGrant,
52     ClientCredentialsGrant as ClientCredentialsGrant,
53     ImplicitGrant as ImplicitGrant,
54     RefreshTokenGrant as RefreshTokenGrant,
55     ResourceOwnerPasswordCredentialsGrant as ResourceOwnerPasswordCredentialsGrant,
56 )
57 from .rfc6749.request_validator import RequestValidator as RequestValidator
58 from .rfc6749.tokens import BearerToken as BearerToken, OAuth2Token as OAuth2Token
59 from .rfc6749.utils import is_secure_transport as is_secure_transport