MCPcopy
hub / github.com/authlib/authlib / OAuth

Class OAuth

authlib/integrations/starlette_client/__init__.py:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class OAuth(BaseOAuth):
9 oauth1_client_cls = StarletteOAuth1App
10 oauth2_client_cls = StarletteOAuth2App
11 framework_integration_cls = StarletteIntegration
12
13 def __init__(self, config=None, cache=None, fetch_token=None, update_token=None):
14 super().__init__(
15 cache=cache, fetch_token=fetch_token, update_token=update_token
16 )
17 self.config = config
18
19
20__all__ = [

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…