<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width, initial-scale=1.0"><metaname="generator"content="rustdoc"><metaname="description"content="Trait implemented for types that provides configuration for the authentication extractors."><title>AuthExtractorConfig in actix_web_httpauth::extractors - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><linkrel="stylesheet"href="../../static.files/normalize-76eba96aa4d2e634.css"><linkrel="stylesheet"href="../../static.files/rustdoc-dd39b87e5fcfba68.css"><metaname="rustdoc-vars"data-root-path="../../"data-static-root-path="../../static.files/"data-current-crate="actix_web_httpauth"data-themes=""data-resource-suffix=""data-rustdoc-version="1.80.0-nightly (ef0027897 2024-05-12)"data-channel="nightly"data-search-js="search-d52510db62a78183.js"data-settings-js="settings-4313503d2e1961c2.js"><scriptsrc="../../static.files/storage-118b08c4c78b968e.js"></script><scriptdefersrc="sidebar-items.js"></script><scriptdefersrc="../../static.files/main-20a3ad099b048cf2.js"></script><noscript><linkrel="stylesheet"href="../../static.files/noscript-df360f571f6edeae.css"></noscript><linkrel="icon"href="https://actix.rs/favicon.ico"></head><bodyclass="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><navclass="mobile-topbar"><buttonclass="sidebar-menu-toggle"title="show sidebar"></button><aclass="logo-container"href="../../actix_web_httpauth/index.html"><imgsrc="https://actix.rs/img/logo.png"alt=""></a></nav><navclass="sidebar"><divclass="sidebar-crate"><aclass="logo-container"href="../../actix_web_httpauth/index.html"><imgsrc="https://actix.rs/img/logo.png"alt="logo"></a><h2><ahref="../../actix_web_httpauth/index.html">actix_web_httpauth</a><spanclass="version">0.8.1</span></h2></div><h2class="location"><ahref="#">AuthExtractorConfig</a></h2><divclass="sidebar-elems"><section><h3><ahref="#required-associated-types">Required Associated Types</a></h3><ulclass="block"><li><ahref="#associatedtype.Inner">Inner</a></li></ul><h3><ahref="#required-methods">Required Methods</a></h3><ulclass="block"><li><ahref="#tymethod.into_inner">into_inner</a></li></ul><h3><ahref="#implementors">Implementors</a></h3></section><h2><ahref="index.html">In actix_web_httpauth::extractors</a></h2></div></nav><divclass="sidebar-resizer"></div><main><divclass="width-limiter"><rustdoc-search></rustdoc-search><sectionid="main-content"class="content"><divclass="main-heading"><h1>Trait <ahref="../index.html">actix_web_httpauth</a>::<wbr><ahref="index.html">extractors</a>::<wbr><aclass="trait"href="#">AuthExtractorConfig</a><buttonid="copy-path"title="Copy item path to clipboard">Copy item path</button></h1><spanclass="out-of-band"><aclass="src"href="../../src/actix_web_httpauth/extractors/config.rs.html#6-12">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><preclass="rust item-decl"><code>pub trait AuthExtractorConfig {
type <ahref="#associatedtype.Inner"class="associatedtype">Inner</a>: <aclass="trait"href="../headers/www_authenticate/trait.Challenge.html"title="trait actix_web_httpauth::headers::www_authenticate::Challenge">Challenge</a>;
}</code></pre><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>Trait implemented for types that provides configuration for the authentication
</div></details></div><h2id="required-methods"class="section-header">Required Methods<ahref="#required-methods"class="anchor">§</a></h2><divclass="methods"><detailsclass="toggle method-toggle"open><summary><sectionid="tymethod.into_inner"class="method"><aclass="src rightside"href="../../src/actix_web_httpauth/extractors/config.rs.html#11">source</a><h4class="code-header">fn <ahref="#tymethod.into_inner"class="fn">into_inner</a>(self) -> Self::<aclass="associatedtype"href="trait.AuthExtractorConfig.html#associatedtype.Inner"title="type actix_web_httpauth::extractors::AuthExtractorConfig::Inner">Inner</a></h4></section></summary><divclass="docblock"><p>Convert the config instance into a HTTP challenge.</p>