@asgardeo/browser 0.1.21 → 0.1.22

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.
@@ -648,4 +648,9 @@ export declare class AsgardeoSPAClient {
648
648
  * @preserve
649
649
  */
650
650
  reInitialize(config: Partial<AuthClientConfig<Config>>): Promise<void>;
651
+ /**
652
+ * This method clears the session information from the storage.
653
+ * @param sessionId - The session ID of the session to be cleared. If not provided, the current session will be cleared.
654
+ */
655
+ clearSession(sessionId?: string): void;
651
656
  }