interface secretTokenCache {
    cred: {
        pwd: string;
        usr: string;
    };
    hpc: string;
    sT: string;
}

Properties

Properties

cred: {
    pwd: string;
    usr: string;
}

Type declaration

  • pwd: string
  • usr: string
hpc: string
sT: string

Generated using TypeDoc