{"version":3,"file":"antiForgeryToken-505733990c6e909c0f0d.js","mappings":"iHAAA,QAAC,EAA2B,CAAC,QAAU,cAalC,KAb2D,WAClDA,EAAGC,GAETD,EAAEE,UAAUC,OAAM,gBAEwB,IAA3BF,GAGPD,EAAEI,UAAU,CACRC,QAAS,CAAE,yBAA4BJ,EAAuBK,6BAI7E,4B,eCbL,QAAC,EACG,CAAC,cA0BI,KA1BK,WACCN,GAwBH,MAtB6B,CAOzBO,oBAAqB,SAAUC,GAI3B,OAFAA,EAAKC,2BACDT,EAAE,qEAAqEU,MACpEF,GAIXF,oBAAqB,WACjB,IAAIK,EAA2BX,EAAE,qEAEjC,OAA2C,IAApCW,EAAyBC,OAAe,GAAKD,EAAyBD,SAKxF,4B,sBC3BTG,EAAOC,QAAUC,S","sources":["webpack://ipayment.web.appentry/./scripts/Common/antiForgeryToken.js","webpack://ipayment.web.appentry/./scripts/Common/antiForgeryTokenHelper.js","webpack://ipayment.web.appentry/external var \"jQuery\""],"sourcesContent":["define(\"antiForgeryToken\", [\"jquery\", \"antiForgeryTokenHelper\"],\r\n function ($, antiForgeryTokenHelper) {\r\n\r\n $(document).ready(function () {\r\n\r\n if (typeof antiForgeryTokenHelper !== \"undefined\") {\r\n // Will include antiForgeryToken as part of all request\r\n //__RequestVerificationToken is the name of the hidden field\r\n $.ajaxSetup({\r\n headers: { 'RequestVerificationToken': antiForgeryTokenHelper.getAntiForgeryToken() }\r\n });\r\n }\r\n });\r\n });","define(\"antiForgeryTokenHelper\",\r\n [\"jquery\"],\r\n (function ($) {\r\n\r\n var antiForgeryTokenHelper = {\r\n\r\n //antiForgeryTokenHelper.AddAntiForgeryToken - Will append antiforgerytoken along with the given input\r\n //implementaion Example:\r\n //on Ajax call\r\n //before : data: { \"destination\": $(\"#txtNewUsernameValue\").val(), \"isEmail\": isEmail },\r\n //after: data: antiForgeryTokenHelper.AddAntiForgeryToken({ \"destination\": $(\"#txtNewUsernameValue\").val(), \"isEmail\": isEmail }),\r\n AddAntiForgeryToken: function (data) {\r\n\r\n data.__RequestVerificationToken =\r\n $(\"#__AjaxAntiForgeryForm input[name=__RequestVerificationTokenAjax]\").val();\r\n return data;\r\n },\r\n\r\n //retrives the AntiForgeryToken from the hidden field\r\n getAntiForgeryToken: function () {\r\n var requestVerificationToken = $(\"#__AjaxAntiForgeryForm input[name=__RequestVerificationTokenAjax]\");\r\n\r\n return requestVerificationToken.length === 0 ? \"\" : requestVerificationToken.val();\r\n }\r\n };\r\n\r\n return antiForgeryTokenHelper;\r\n }\r\n )\r\n);","module.exports = jQuery;"],"names":["$","antiForgeryTokenHelper","document","ready","ajaxSetup","headers","getAntiForgeryToken","AddAntiForgeryToken","data","__RequestVerificationToken","val","requestVerificationToken","length","module","exports","jQuery"],"sourceRoot":""}