Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
class
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_id
Function · 0.95
create_update_client_response
Method · 0.45
check_client
Method · 0.45
get_token_data
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
1
test_client_id
Function · 0.76