interface Transport {
    authenticated?: string;
    authentication_db?: string;
    authentication_handlers: string[];
}

Properties

authenticated?: string
authentication_db?: string
authentication_handlers: string[]

Generated using TypeDoc