MCPcopy
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
45def urlsafe_b64encode(s):
46 return base64.urlsafe_b64encode(s).rstrip(b"=")
47
48
49def base64_to_int(s):

Callers 15

wrapMethod · 0.90
load_dict_keyMethod · 0.90
serialize_compactMethod · 0.90
_signMethod · 0.90
thumbprintMethod · 0.90
serialize_compactMethod · 0.90
serialize_jsonMethod · 0.90
dumps_private_keyMethod · 0.90
dumps_public_keyMethod · 0.90
create_half_hashFunction · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…