Interface VerifyEmailCodeChallengeResponse

interface VerifyEmailCodeChallengeResponse {
    bloks_action: string;
    challenge_context: string;
    challenge_type_enum_str: string;
    cni: number;
    flow_render_type: number;
    status: string;
    step_data: VerifyEmailCodeResponseStepData;
    step_name: "verify_email_code";
}

Properties

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