Interface DeltaLoginReviewChallengeResponse

interface DeltaLoginReviewChallengeResponse {
    bloks_action: string;
    challenge_context: string;
    challenge_type_enum_str: string;
    cni: string;
    flow_render_type: number;
    status: string;
    step_data: DeltaLoginReviewChallengeStepData;
    step_name: "delta_login_review";
}

Properties

bloks_action: string
challenge_context: string
challenge_type_enum_str: string
cni: string
flow_render_type: number
status: string
step_name: "delta_login_review"