Skip to content

Function: PassportStrategy()

ts
function PassportStrategy<TBase, TValidationResult>(Strategy, name?): Constructor<PassportStrategyMixin<TValidationResult>>;

Defined in: packages/passport/src/passport-strategy.ts:27

Type Parameters

Type ParameterDefault type
TBase extends Constructor<object>-
TValidationResultunknown

Parameters

ParameterType
StrategyTBase
name?string

Returns

Constructor<PassportStrategyMixin<TValidationResult>>

Released under the MIT License.