@sava-info-systems/api-maker-with-extensions 1.20.1 → 1.20.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.
@@ -512,6 +512,7 @@ export interface IAuthTokenInfo {
512
512
  export interface IAuthTokenAM {
513
513
  u: string;
514
514
  p: string;
515
+ expiresInSeconds?: number;
515
516
  }
516
517
 
517
518
  export interface IRefreshTokenAM {