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

Method get_client

authlib/oauth2/rfc6749/models.py:235–243  ·  view source on GitHub ↗

A method to get the client object associated with this token: .. code-block:: def get_client(self): return Client.get(self.client_id)

(self)

Source from the content-addressed store, hash-verified

233 raise NotImplementedError()
234
235 def get_client(self) -> ClientMixin:
236 """A method to get the client object associated with this token:
237
238 .. code-block::
239
240 def get_client(self):
241 return Client.get(self.client_id)
242 """
243 raise NotImplementedError()

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected