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

    Interface AuthRespScram

    interface AuthRespScram {
        response_type: "SCRAM_RESPONSE";
        rfc_str: string;
        scram_type: "SERVER_FIRST_RESPONSE" | "SERVER_FINAL_RESPONSE";
        user_info: v25_10_0.AuthUserInfo | null;
    }
    Index
    response_type: "SCRAM_RESPONSE"
    rfc_str: string
    scram_type: "SERVER_FIRST_RESPONSE" | "SERVER_FINAL_RESPONSE"
    user_info: v25_10_0.AuthUserInfo | null