wrobins / cordova-plugin-msal

Use the newest Microsoft MSAL library in your Cordova-based project!
Apache License 2.0
23 stars 63 forks source link

Return Types not as Documented using ionic-msal-native #83

Open robsierra opened 2 years ago

robsierra commented 2 years ago

Good Morning,

I'm using your plugin in conjunction with ionic-msal-native and the return types aren't as expected. As opposed to what is outlined here https://github.com/wrobins/cordova-plugin-msal#response-object signInInteractive() returns just the token and signInSilent() returns just the user id. As far as I can tell ionic-msal-native is just a wrapper that returns directly from this library.

Packages Used: cordova-plugin-msal version 2.5.0 ionic-msal-native version 0.1.0