Expand description
A default implementation of a authentication extractor for basic authentication.
Structsยง
- Basic
Authentication Extractor - The definition of a
BasicAuthenticationExtractor
. The authentication extractor extracts the authentication information from the authorization header and decodes the user credentials to be used in the user authentication.