validator property Null safety
final
The validating authorization object.
This object will check credentials parsed from the Authorization header and produce an Authorization object representing the authorization the credentials have. It may also reject a request. This is typically an instance of AuthServer.
Implementation
final AuthValidator? validator;