JWTController constructor

const JWTController(
  1. List<JWTValidatorBase> validators, {
  2. bool requireAll = true,
})

Implementation

const JWTController(this.validators, {this.requireAll = true});