@nsshunt/stsoauth2plugin 0.1.14 → 0.1.15
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/assets/{stsoauth2worker.14914136.js → stsoauth2worker.89d58cd7.js} +5 -5
- package/dist/stsoauth2plugin.es.js +327 -3
- package/dist/stsoauth2plugin.umd.js +6 -6
- package/package.json +1 -1
- package/src/index.ts +1 -0
- package/src/stsoauth2worker.ts +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/types/stsoauth2worker.d.ts +5 -1
- package/types/stsoauth2worker.d.ts.map +1 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
package/src/stsoauth2worker.ts
CHANGED
|
@@ -28,7 +28,7 @@ const CreateRandomString = (size = 43) => {
|
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
// STS Client SDK for SPAs
|
|
31
|
-
class STSOAuth2Worker {
|
|
31
|
+
export class STSOAuth2Worker {
|
|
32
32
|
//#storageManager = null;
|
|
33
33
|
#clientSessionStore: IStsStorage<ITokenResponse> = null; // In memory tokens while the client is logged in
|
|
34
34
|
#cUtils = new CryptoUtils();
|
package/types/index.d.ts
CHANGED
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AAEjC,eAAO,MAAM,sBAAsB;;CAKlC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stsoauth2worker.d.ts","sourceRoot":"","sources":["../src/stsoauth2worker.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"stsoauth2worker.d.ts","sourceRoot":"","sources":["../src/stsoauth2worker.ts"],"names":[],"mappings":"AA8BA,qBAAa,eAAe;;gBAcf,UAAU,EAAE,WAAW;IA6DnC,aAAa,aAoBZ;CAwZD"}
|