Function base64_url::unsafe_unescape

source ·
pub fn unsafe_unescape<S: Into<String>>(base64_url: S) -> String
👎Deprecated since 1.3.0: Please use the unescape_in_place function instead
Expand description

Unescape a Base64-URL string to a Base64 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.