use Authenticator;
/// An implementation of the authenticator
/// which always lets the authentication succeed
///
/// On every invocation this will also print the incoming
/// username and password.
///
/// This type should only be used for testing purposes.