DynamiteHttpBasicAuthentication constructor
Creates a new http basic authentication.
Implementation
const DynamiteHttpBasicAuthentication({
required this.username,
required this.password,
}) : super(
type: 'http',
scheme: 'basic',
);