@solcre-org/core-ui 2.24.0 → 2.26.1
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
|
@@ -5719,6 +5719,8 @@ interface SecureAuthValidationEvent {
|
|
|
5719
5719
|
token?: string;
|
|
5720
5720
|
response?: unknown;
|
|
5721
5721
|
user?: AuthUser | null;
|
|
5722
|
+
roles?: unknown;
|
|
5723
|
+
permissions?: unknown;
|
|
5722
5724
|
error?: unknown;
|
|
5723
5725
|
}
|
|
5724
5726
|
|
|
@@ -5750,9 +5752,11 @@ declare class SecureAuth implements OnInit {
|
|
|
5750
5752
|
private getTokenFromUrl;
|
|
5751
5753
|
private getResponseData;
|
|
5752
5754
|
private buildAuthToken;
|
|
5755
|
+
private getSuccessEventData;
|
|
5753
5756
|
private loadSessionToken;
|
|
5754
5757
|
private getTokenValue;
|
|
5755
5758
|
private getObjectValue;
|
|
5759
|
+
private hasOwnProperty;
|
|
5756
5760
|
private buildAuthUser;
|
|
5757
5761
|
private getNumberValue;
|
|
5758
5762
|
private getStringValue;
|