cordova-plugin-ios-aswebauthenticationsession
v1.0.12
Published
Cordova Plugin for iOS 12 ASWebAuthenticationSession API
Downloads
3
Readme
cordova-plugin-ios-aswebauthenticationsession
Cordova Plugin for iOS 12 ASWebAuthenticationSession API
usage
window.plugins.ASWebAuthSession.start("myappurlscheme://dummy/staff", 'https://linktoopen.someplace.com/index.html',
function(msg){
console.log("Success ", msg);
}, function (err) {
console.log("Error " + msg);
});