Documentation
    Preparing search index...

    Interface AuthParameters

    Backend parameters interface

    interface AuthParameters {
        alias?: string;
        config?: any;
        debug?: boolean;
        fixtures?: any;
        host?: string;
        middlewares?: AuthMiddleware[];
    }
    Index

    Properties

    alias?: string
    config?: any
    debug?: boolean
    fixtures?: any
    host?: string
    middlewares?: AuthMiddleware[]