Interface SendTwoFactorLoginSmsResponse

interface SendTwoFactorLoginSmsResponse {
    status: string;
    two_factor_info: SendTwoFactorLoginSms_TwoFactorInfo;
    two_factor_required: boolean;
}

Properties

status: string
two_factor_required: boolean