@asgardeo/react 0.6.28 → 0.6.29
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 +2 -6
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +2 -6
- package/dist/index.js.map +2 -2
- package/package.json +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -720,9 +720,7 @@ var AsgardeoReactClient = class extends import_browser6.AsgardeoBrowserClient {
|
|
|
720
720
|
}
|
|
721
721
|
}
|
|
722
722
|
async getDecodedIdToken(sessionId) {
|
|
723
|
-
return this.
|
|
724
|
-
return this.asgardeo.getDecodedIdToken(sessionId);
|
|
725
|
-
});
|
|
723
|
+
return this.asgardeo.getDecodedIdToken(sessionId);
|
|
726
724
|
}
|
|
727
725
|
async getUserProfile(options) {
|
|
728
726
|
return this.withLoading(async () => {
|
|
@@ -933,9 +931,7 @@ var AsgardeoReactClient = class extends import_browser6.AsgardeoBrowserClient {
|
|
|
933
931
|
return this.asgardeo.httpRequestAll(requestConfigs);
|
|
934
932
|
}
|
|
935
933
|
async getAccessToken(sessionId) {
|
|
936
|
-
return this.
|
|
937
|
-
return this.asgardeo.getAccessToken(sessionId);
|
|
938
|
-
});
|
|
934
|
+
return this.asgardeo.getAccessToken(sessionId);
|
|
939
935
|
}
|
|
940
936
|
clearSession(sessionId) {
|
|
941
937
|
this.asgardeo.clearSession(sessionId);
|