pub fn base64_decode_to_string(data: &[u8]) -> String
uses base64_decode and converts the result to String
base64_decode
String