Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ get
Method
get
tests/clients/test_starlette/test_oauth_client.py:24–25 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
22
self._data = {}
23
24
async
def
get(self, key):
25
return
self._data.get(key)
26
27
async
def
set(self, key, value, expires_in=None):
28
self._data[key] = value
Callers
15
test_logout_redirect_with_cache
Function · 0.95
test_validate_logout_response_with_cache
Function · 0.95
__call__
Method · 0.45
test_oauth1_authorize
Function · 0.45
test_oauth2_authorize
Function · 0.45
test_oauth2_authorize_access_denied
Function · 0.45
test_oauth2_authorize_code_challenge
Function · 0.45
test_oauth2_authorize_code_verifier
Function · 0.45
test_openid_authorize
Function · 0.45
test_with_fetch_token_in_oauth
Function · 0.45
test_with_fetch_token_in_register
Function · 0.45
fake_send
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected