@truenas/api-client
    Preparing search index...

    Interface AuthRespSuccess

    interface AuthRespSuccess {
        authenticator: v25_10_0.Authenticator;
        reconnect_token: string | null;
        response_type: "SUCCESS";
        user_info: v25_10_0.AuthUserInfo | null;
    }
    Index
    authenticator: v25_10_0.Authenticator
    reconnect_token: string | null
    response_type: "SUCCESS"
    user_info: v25_10_0.AuthUserInfo | null