ID EN
Base64

urlsafe_b64decode

Python 3.11

Decode bytes-like object or ASCII string s using the URL- and filesystem-safe alphabet, which substitutes - instead of + and _ instead of / in the standard Base64 alphabet, and return the decoded bytes.

Syntax

PYTHON
base64.urlsafe_b64decode(s)

See Also

bytes-like object bytes