UNPKG

712 BTypeScriptView Raw
1import * as hooks from './hooks';
2declare const authenticate: (originalSettings: string | import("./hooks/authenticate").AuthenticateHookSettings, ...originalStrategies: string[]) => (context: import("@feathersjs/feathers").HookContext<any, import("@feathersjs/feathers").Service<any>>) => Promise<import("@feathersjs/feathers").HookContext<any, import("@feathersjs/feathers").Service<any>>>;
3export { hooks };
4export { authenticate };
5export { AuthenticationBase, AuthenticationRequest, AuthenticationResult, AuthenticationStrategy, ConnectionEvent } from './core';
6export { AuthenticationBaseStrategy } from './strategy';
7export { AuthenticationService } from './service';
8export { JWTStrategy } from './jwt';