@crystaltech/hsms-shared-ui 0.7.14-alpha.2 → 0.7.14-alpha.3

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.
@@ -9,6 +9,8 @@ export type AuthConfig = {
9
9
  };
10
10
  export declare function configureAuthPackage(next: Partial<AuthConfig>): void;
11
11
  export declare function getAuthConfig(): AuthConfig;
12
+ export declare function getIssuerBaseUrl(): string | null;
13
+ export declare function getResolvedAccountRoutes(): Required<AccountConsoleRoutes>;
12
14
  export declare function setAccountConsoleUrl(url?: string): void;
13
15
  export declare function setPostLogoutRedirectUri(url?: string): void;
14
16
  export declare function setAccountConsoleRoutes(routes?: AccountConsoleRoutes): void;