MCPcopy
hub / github.com/authlib/authlib / get_client_id

Method get_client_id

authlib/oauth2/rfc7662/models.py:5–6  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3
4class IntrospectionToken(dict, TokenMixin):
5 def get_client_id(self):
6 return self.get("client_id")
7
8 def get_scope(self):
9 return self.get("scope")

Callers 4

test_client_idFunction · 0.95
check_clientMethod · 0.45
get_token_dataMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

test_client_idFunction · 0.76