node-redfish
    Preparing search index...

    Interface RedfishAuthSession

    interface RedfishAuthSession {
        password: string;
        type: "session";
        username: string;
    }
    Index
    password: string
    type: "session"
    username: string