We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This handler implements HTTP Basic Authentication per RFC2617
The BasicAuthenticationHandler is an abstract class, thus in order to use it one will have to create a derived class of it.
The BasicAuthenticationHandler is a abstract class, so in order to use it, you will have to create a type that derives from it.
TODO