Interface SelectContactPointRecoveryChallengeResponse

interface SelectContactPointRecoveryChallengeResponse {
    bloks_action: string;
    challenge_context: string;
    challenge_type_enum_str: string;
    cni: number;
    flow_render_type: number;
    nonce_code: string;
    status: string;
    step_data: StepData;
    step_name: "select_contact_point_recovery";
    user_id: number;
}

Properties

bloks_action: string
challenge_context: string
challenge_type_enum_str: string
cni: number
flow_render_type: number
nonce_code: string
status: string
step_data: StepData
step_name: "select_contact_point_recovery"
user_id: number