parser property Null safety
final
Parses the Authorization header.
The parser determines how to interpret the data in the Authorization header. Concrete subclasses are AuthorizationBasicParser and AuthorizationBearerParser.
Once parsed, the parsed value is validated by validator.
Implementation
final AuthorizationParser parser;