Decode the Base64 encoded bytes-like object or ASCII string s and return the decoded bytes.
base64.b64decode(s, altchars=None, validate=False)