JwtLocation constructor

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

Implementation

JwtLocation({this.header, this.query, this.cookie, this.valuePrefix = ''})
  : super(fullyQualifiedName);