MoemenMostafa / cordova-plugin-sfauthenticationsession

Cordova Plugin for iOS 11 SFAuthenticationSession API
MIT License
10 stars 5 forks source link

Can't find variable: SFAuthSession #2

Closed rajashekar545 closed 6 years ago

rajashekar545 commented 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