@doordeck/doordeck-headless-sdk 0.172.0 → 0.174.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.
@@ -930,7 +930,7 @@ export declare namespace com.doordeck.multiplatform.sdk.context {
930
930
  getApiEnvironment(): string;
931
931
  setCloudAuthToken(token: string): void;
932
932
  getCloudAuthToken(): Nullable<string>;
933
- isCloudAuthTokenInvalidOrExpired(): Promise<boolean>;
933
+ isCloudAuthTokenInvalidOrExpired(checkServerInvalidation: boolean): Promise<boolean>;
934
934
  setCloudRefreshToken(token: string): void;
935
935
  getCloudRefreshToken(): Nullable<string>;
936
936
  setFusionHost(host: string): void;
@@ -950,7 +950,7 @@ export declare namespace com.doordeck.multiplatform.sdk.context {
950
950
  isKeyPairVerified(): boolean;
951
951
  isKeyPairValid(): boolean;
952
952
  setOperationContext(userId: string, certificateChain: Array<string>, publicKey: Int8Array, privateKey: Int8Array, isKeyPairVerified: boolean): void;
953
- getContextState(): Promise<string>;
953
+ getContextState(checkServerInvalidation: boolean): Promise<string>;
954
954
  clearContext(): void;
955
955
  private constructor();
956
956
  }