IGPAPI
    Preparing search index...

    Interface AccountDisabledChallengeResponse

    interface AccountDisabledChallengeResponse {
        challenge: { api_path: string; url: string };
        message: "challenge_required";
        status: "fail";
    }
    Index

    Properties

    challenge: { api_path: string; url: string }
    message: "challenge_required"
    status: "fail"