Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/authlib/authlib
/ urlsafe_b64decode
Function
urlsafe_b64decode
authlib/common/encoding.py:40–42 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
38
39
40
def
urlsafe_b64decode(s):
41
s += b
"="
* (-len(s) % 4)
42
return
base64.urlsafe_b64decode(s)
43
44
45
def
urlsafe_b64encode(s):
Callers
8
extract_segment
Function · 0.90
unwrap
Method · 0.90
u32be_len_input
Function · 0.90
load_raw_key
Method · 0.90
load_private_key
Method · 0.90
load_public_key
Method · 0.90
test_ecdh_1pu_encryption_with_json_serialization
Function · 0.90
base64_to_int
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_ecdh_1pu_encryption_with_json_serialization
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…