$JwtLocation constructor

$JwtLocation({
  1. String? cookie,
  2. String? header,
  3. String? query,
  4. String? valuePrefix,
})

Implementation

$JwtLocation({this.cookie, this.header, this.query, this.valuePrefix});