JwtStrategyOptions constructor
JwtStrategyOptions(})
Creates a new JwtStrategyOptions
Implementation
JwtStrategyOptions(this.secret,
{required this.jwtFromRequest,
this.checkNotBefore = true,
this.checkExpiresIn = true,
this.checkHeaderType = true,
this.issueAt,
this.audience,
this.subject,
this.issuer,
this.jwtId});