JwtStrategy constructor

JwtStrategy(
  1. JwtStrategyOptions options,
  2. StrategyCallback<JwtStrategyOptions, Object> callback
)

Implementation

JwtStrategy(super.options, super.callback);