UNPKG

@midware/mauth

Version:

A simple auth middleware for Node.js

6 lines 275 B
import Headers from './headers'; import Identification from './identification'; export default interface AuthService { verify(identification: Identification, identifications: Identification[], headers?: Headers): Promise<void>; } //# sourceMappingURL=authService.d.ts.map