basicCredentials method
The decoded username and password of an Authorization: Basic header.
Implementation
Future<BasicCredentials> basicCredentials({String realm = 'restricted'}) =>
extractors.basicCredentials(realm: realm).require(this);
The decoded username and password of an Authorization: Basic header.
Future<BasicCredentials> basicCredentials({String realm = 'restricted'}) =>
extractors.basicCredentials(realm: realm).require(this);