MCPcopy Index your code
hub / github.com/authlib/authlib / _get_session

Method _get_session

authlib/integrations/base_client/sync_app.py:231–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

229 raise NotImplementedError()
230
231 def _get_session(self):
232 session = self.client_cls(**self.client_kwargs)
233 session.headers["User-Agent"] = self._user_agent
234 return session
235
236 def _get_oauth_client(self, **metadata):
237 client_kwargs = {}

Callers 4

load_server_metadataMethod · 0.80
fetch_jwk_setMethod · 0.80
fetch_jwk_setMethod · 0.80
load_server_metadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected