UNPKG

@jeaks03/overseer

Version:

Just another TypeScript Back-End framework

7 lines (6 loc) 273 B
import { Authentication } from "./authentication"; import { PathInfo } from "../../routes/abstracts"; import { UserDetails } from "../user-details"; export declare class BasicAuthentication extends Authentication { authenticate(info: PathInfo): Promise<UserDetails>; }