@asgardeo/auth-spa 3.1.1 → 3.1.2

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.
@@ -582,7 +582,7 @@ constructor(){}
582
582
  * @memberof AsgardeoSPAClient
583
583
  *
584
584
  * @preserve
585
- */httpRequest(t){var l;return e(this,void 0,void 0,(function*(){return yield this._validateMethod(t.attachToken),null===(l=this._client)||void 0===l?void 0:l.httpRequest(t)}))}
585
+ */httpRequest(t){var l;return e(this,void 0,void 0,(function*(){return yield this._validateMethod(!1),null===(l=this._client)||void 0===l?void 0:l.httpRequest(t)}))}
586
586
  /**
587
587
  * This method sends multiple API requests to a protected endpoint.
588
588
  * The access token is automatically attached to the header of the request.
@@ -629,7 +629,7 @@ constructor(){}
629
629
  * @memberof AsgardeoSPAClient
630
630
  *
631
631
  * @preserve
632
- */httpRequestAll(t){var l;return e(this,void 0,void 0,(function*(){return yield this._validateMethod(),null===(l=this._client)||void 0===l?void 0:l.httpRequestAll(t)}))}
632
+ */httpRequestAll(t){var l;return e(this,void 0,void 0,(function*(){return yield this._validateMethod(!1),null===(l=this._client)||void 0===l?void 0:l.httpRequestAll(t)}))}
633
633
  /**
634
634
  * This method allows you to send a request with a custom grant.
635
635
  *