private static string base64urlDecode(string input) { return(RequestUtils.Base64Decode(customstrstr(input, "-_", "+/"))); }