IGPAPI
    Preparing search index...

    Interface ChallengeStateResponse

    interface ChallengeStateResponse {
        action: string;
        logged_in_user?: ChallengeStateResponseLoggedInUser;
        nonce_code: string;
        status: string;
        step_data: ChallengeStateResponseStepData;
        step_name: string;
        user_id: number;
    }
    Index

    Properties

    action: string
    nonce_code: string
    status: string
    step_name: string
    user_id: number