@hrefcl/apidoc - v4.0.5
    Preparing search index...

    Interface LoginConfig

    interface LoginConfig {
        active: boolean;
        admited?: { email: string; password: string }[];
        urlAuth?: string;
        value_form?: { email: string; password: string };
        response_success?: number;
        response_error?: number;
    }
    Index

    Properties

    active: boolean
    admited?: { email: string; password: string }[]
    urlAuth?: string
    value_form?: { email: string; password: string }
    response_success?: number
    response_error?: number