Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

References

AuthenticationBase

Re-exports AuthenticationBase

AuthenticationBaseStrategy

Re-exports AuthenticationBaseStrategy

AuthenticationRequest

Re-exports AuthenticationRequest

AuthenticationResult

Re-exports AuthenticationResult

AuthenticationService

Re-exports AuthenticationService

AuthenticationStrategy

Re-exports AuthenticationStrategy

ConnectionEvent

Re-exports ConnectionEvent

JWTStrategy

Re-exports JWTStrategy

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

      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>>>

Generated using TypeDoc