Interface VerifyEmailCodeResponseStepData

interface VerifyEmailCodeResponseStepData {
    contact_point: string;
    form_type: "email";
    hide_back_to_login: boolean;
    resend_delay: number;
    security_code: string;
}

Properties

contact_point: string
form_type: "email"
hide_back_to_login: boolean
resend_delay: number
security_code: string