cordova-plugin-msal
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -34,2 +34,3 @@ // example response | ||
token: string; | ||
idToken: string; | ||
account: JwtAccount; | ||
@@ -36,0 +37,0 @@ } |
{ | ||
"name": "cordova-plugin-msal", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A Cordova plugin providing a wrapper for Microsoft's MSAL library for Android and iOS.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -42,2 +42,3 @@ const msal = window.msal; | ||
const account = { | ||
idToken: resp.idToken, | ||
token: resp.accessToken, | ||
@@ -101,2 +102,3 @@ account: { | ||
token: resp.accessToken, | ||
idToken: resp.idToken, | ||
account: { | ||
@@ -103,0 +105,0 @@ id: resp.uniqueId, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
437339
1685