16679: Drops TokeLifetime in favor of IdleTimeout on token storage decision.
[arvados-workbench2.git] / src / common / config.ts
index 96152248f783dd79a299d43b7775299037941f27..0f935602917e0829b8416aa8794aa2d8453b0277 100644 (file)
@@ -62,7 +62,6 @@ export interface ClusterConfigJSON {
     };
     Login: {
         LoginCluster: string;
-        TokenLifetime: string;
         Google: {
             Enable: boolean;
         }
@@ -222,7 +221,6 @@ export const mockClusterConfigJSON = (config: Partial<ClusterConfigJSON>): Clust
     },
     Login: {
         LoginCluster: "",
-        TokenLifetime: "0s",
         Google: {
             Enable: false,
         },