Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ urlsafe_b64encode
Function
urlsafe_b64encode
authlib/common/encoding.py:45–46 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
43
44
45
def
urlsafe_b64encode(s):
46
return
base64.urlsafe_b64encode(s).rstrip(b
"="
)
47
48
49
def
base64_to_int(s):
Callers
15
create_s256_code_challenge
Function · 0.90
wrap
Method · 0.90
load_dict_key
Method · 0.90
serialize_compact
Method · 0.90
_sign
Method · 0.90
thumbprint
Method · 0.90
serialize_compact
Method · 0.90
serialize_json
Method · 0.90
dumps_private_key
Method · 0.90
dumps_public_key
Method · 0.90
create_half_hash
Function · 0.90
test_ecdh_es_key_agreement_computation
Function · 0.90
Calls
no outgoing calls
Tested by
3
test_ecdh_es_key_agreement_computation
Function · 0.72
test_ecdh_1pu_key_agreement_computation_appx_a
Function · 0.72
test_ecdh_1pu_key_agreement_computation_appx_b
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…