BasicAuthAuthenticator.resolver constructor
BasicAuthAuthenticator.resolver(
- BasicResolver resolver
Authenticates by delegating validation to resolver.
Implementation
BasicAuthAuthenticator.resolver(BasicResolver resolver) : _resolve = resolver;