Module actix_web_httpauth::extractors [−][src]
Type-safe authentication information extractors
Modules
basic | Extractor for the “Basic” HTTP Authentication Scheme |
bearer | Extractor for the “Bearer” HTTP Authentication Scheme |
Structs
AuthenticationError | Authentication error returned by authentication extractors. |
Traits
AuthExtractor | Trait implemented by types that can extract HTTP authentication scheme credentials from the request. |
AuthExtractorConfig | Trait implemented for types that provides configuration for the authentication extractors. |