//! The basic scheme module offers an implementation of a basic authentication header extractor, authentication provider and
//! user detail service.
use crateAuthentication;
/// A basic authentication struct representing the username and password extracted from the authorization header.