Interface VoidChallengeResponse

interface VoidChallengeResponse {
    action: "close";
    challenge_context: void;
    status: "ok";
    step_name: void;
}

Properties

action: "close"
challenge_context: void
status: "ok"
step_name: void