@solcre-org/core-ui 2.21.0 → 2.22.0
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/index.d.ts
CHANGED
|
@@ -5750,7 +5750,11 @@ declare class SecureAuth implements OnInit {
|
|
|
5750
5750
|
private getResponseData;
|
|
5751
5751
|
private buildAuthToken;
|
|
5752
5752
|
private loadSessionToken;
|
|
5753
|
-
private
|
|
5753
|
+
private getTokenValue;
|
|
5754
|
+
private getObjectValue;
|
|
5755
|
+
private buildAuthUser;
|
|
5756
|
+
private getNumberValue;
|
|
5757
|
+
private getStringValue;
|
|
5754
5758
|
private notifyAuthenticatedSession;
|
|
5755
5759
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SecureAuth, never>;
|
|
5756
5760
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SecureAuth, "core-secure-auth", never, { "validationEndpoint": { "alias": "validationEndpoint"; "required": false; "isSignal": true; }; }, { "validationEvent": "validationEvent"; }, never, never, true, never>;
|