Module actix_web_httpauth::extractors
source · [−]Expand description
Type-safe authentication information extractors
Modules
Extractor for the “Basic” HTTP Authentication Scheme
Extractor for the “Bearer” HTTP Authentication Scheme
Structs
Authentication error returned by authentication extractors.
Traits
Trait implemented by types that can extract HTTP authentication scheme credentials from the request.
Trait implemented for types that provides configuration for the authentication extractors.