External module "node_modules/@feathersjs/authentication/lib/index.d"
Variables
Const authenticate
authenticate
: (originalSettings
: string | AuthenticateHookSettings,
...originalStrategies
: string[]) => (context
: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>) => Promise<HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>>
Type declaration
-
- (originalSettings: string | AuthenticateHookSettings, ...originalStrategies: string[]): (context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>) => Promise<HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>>
-
Parameters
-
-
Rest ...originalStrategies: string[]
Returns (context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>) => Promise<HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>>
-
- (context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>): Promise<HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>>
-
Parameters
-
context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>
Returns Promise<HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>>