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

    Interface AuthRespAuthRedirect

    interface AuthRespAuthRedirect {
        response_type: "REDIRECT";
        urls: string[];
    }
    Index
    response_type: "REDIRECT"
    urls: string[]