pub fn unsafe_unescape_owned(base64_url: String) -> String
👎Deprecated since 1.1.7: please use unsafe_escape instead
Expand description

Unescape a Base64-URL string to a Base64-URL string. It is unsafe because the conversion is not concerning with Base64 decoding. You need to make sure the input string is a correct Base64-URL string by yourself.