@asgardeo/react 0.5.22 → 0.5.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -181,7 +181,8 @@ var AsgardeoContext = (0, import_react.createContext)({
181
181
  signInOptions: {},
182
182
  getDecodedIdToken: null,
183
183
  getAccessToken: null,
184
- exchangeToken: null
184
+ exchangeToken: null,
185
+ storage: "sessionStorage"
185
186
  });
186
187
  AsgardeoContext.displayName = "AsgardeoContext";
187
188
  var AsgardeoContext_default = AsgardeoContext;