Struct actix_web_httpauth::extractors::bearer::Config [−][src]
pub struct Config(_);
Expand description
BearerAuth extractor configuration.
Implementations
Set challenge scope
attribute.
The "scope"
attribute is a space-delimited list of case-sensitive
scope values indicating the required scope of the access token for
accessing the requested resource.
Trait Implementations
Convert the config instance into a HTTP challenge.
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self