@asgardeo/browser 0.6.1 → 0.6.2

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
2
+ * Copyright (c) 2020-2026, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
3
3
  *
4
4
  * WSO2 Inc. licenses this file to you under the Apache License,
5
5
  * Version 2.0 (the "License"); you may not use this file except
@@ -21,6 +21,7 @@ import { MainThreadClientConfig, WebWorkerClientConfig } from '../models/client-
21
21
  export declare class SPAHelper<T extends MainThreadClientConfig | WebWorkerClientConfig> {
22
22
  private _authenticationClient;
23
23
  private _storageManager;
24
+ private _isTokenRefreshLoading;
24
25
  constructor(authClient: AsgardeoAuthClient<T>);
25
26
  refreshAccessTokenAutomatically(authenticationHelper: AuthenticationHelper<MainThreadClientConfig | WebWorkerClientConfig>): Promise<void>;
26
27
  getRefreshTimeoutTimer(): Promise<number>;