Trait actix_web_httpauth::extractors::AuthExtractorConfig [−][src]
Trait implemented for types that provides configuration for the authentication extractors.
Associated Types
Loading content...Required methods
fn into_inner(self) -> Self::Inner
[src]
Convert the config instance into a HTTP challenge.