Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/@feathersjs/authentication-local/lib/index.d"

Index

References

Variables

References

LocalStrategy

Re-exports LocalStrategy

Variables

Const hooks

hooks: { hashPassword: typeof hashPassword; protect: (...fields: string[]) => (context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>) => HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>> }

Type declaration

  • hashPassword: typeof hashPassword
  • protect: (...fields: string[]) => (context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>) => HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>
      • (...fields: string[]): (context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>) => HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>
      • Parameters

        • Rest ...fields: string[]

        Returns (context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>) => HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>

          • (context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>): HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>
          • Parameters

            • context: HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>

            Returns HookContext<any, ServiceOverloads<any> & ServiceAddons<any> & ServiceMethods<any>>

Generated using TypeDoc