Interface StrategyInterface<StrategyOptions, AuthOptions, Authentication>

interface StrategyInterface<StrategyOptions, AuthOptions, Authentication> ((...args) => AuthInterface<AuthOptions, Authentication>)

Type Parameters

  • StrategyOptions extends any[]
  • AuthOptions extends any[]
  • Authentication extends object