UNPKG

loopback4-authentication

Version:

A loopback-next extension for authentication feature. Various Oauth strategies supported by this package.

9 lines (8 loc) 329 B
import { Binding, Component, ProviderMap } from '@loopback/core'; import { AuthenticationConfig } from './types'; export declare class AuthenticationComponent implements Component { private readonly config?; constructor(config?: AuthenticationConfig | undefined); providers?: ProviderMap; bindings?: Binding[]; }