@asgardeo/auth-spa 3.0.6 → 3.0.7
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/asgardeo-spa.production.esm.js +1 -1
- package/dist/asgardeo-spa.production.esm.js.map +1 -1
- package/dist/asgardeo-spa.production.js +1 -1
- package/dist/asgardeo-spa.production.js.map +1 -1
- package/dist/asgardeo-spa.production.min.js +1 -1
- package/dist/asgardeo-spa.production.min.js.map +1 -1
- package/dist/polyfilled/asgardeo-spa.production.esm.js +1 -1
- package/dist/polyfilled/asgardeo-spa.production.esm.js.map +1 -1
- package/dist/polyfilled/asgardeo-spa.production.js +1 -1
- package/dist/polyfilled/asgardeo-spa.production.js.map +1 -1
- package/dist/polyfilled/asgardeo-spa.production.min.js +1 -1
- package/dist/polyfilled/asgardeo-spa.production.min.js.map +1 -1
- package/dist/src/client.js +1 -1
- package/dist/src/client.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/client.ts +1 -1
|
@@ -522,7 +522,7 @@ constructor(){}
|
|
|
522
522
|
* @memberof AsgardeoSPAClient
|
|
523
523
|
*
|
|
524
524
|
* @preserve
|
|
525
|
-
*/signOut(){var t,l;return e(this,void 0,void 0,(function*(){yield this._validateMethod();return null!==(l=yield null===(t=this._client)||void 0===t?void 0:t.signOut())&&void 0!==l&&l}))}
|
|
525
|
+
*/signOut(){var t,l;return e(this,void 0,void 0,(function*(){yield this._validateMethod(!1);return null!==(l=yield null===(t=this._client)||void 0===t?void 0:t.signOut())&&void 0!==l&&l}))}
|
|
526
526
|
/**
|
|
527
527
|
* This method sends an API request to a protected endpoint.
|
|
528
528
|
* The access token is automatically attached to the header of the request.
|