You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: