Closed rajashekar545 closed 6 years ago
Hi Mostafa ,
We are trying to use this plug in in Outsystems hybrid mobile platform . when we are writing the below code its throwing Can't find variable: SFAuthSession.
the code is
if (parseInt(device.version) >= 11 && device.platform == "iOS"){ SFAuthSession.start("customScheme://","https://your-oauth-url",function(data){alert(data)},function(error){alert(error)}) }
waiting for your positive reply .
Thanks and Regards Rajashekar Reddy Ette
Hi Mostafa ,
We are trying to use this plug in in Outsystems hybrid mobile platform . when we are writing the below code its throwing Can't find variable: SFAuthSession.
the code is
if (parseInt(device.version) >= 11 && device.platform == "iOS"){ SFAuthSession.start("customScheme://","https://your-oauth-url",function(data){alert(data)},function(error){alert(error)}) }
waiting for your positive reply .
Thanks and Regards Rajashekar Reddy Ette