UNPKG

@feathersjs/authentication-client

Version:

The authentication plugin for feathers-client

3 lines (2 loc) 169 B
import { HookContext, NextFunction } from '@feathersjs/feathers'; export declare const authentication: () => (context: HookContext, next: NextFunction) => Promise<any>;