Struct actix_web_httpauth::headers::www_authenticate::bearer::BearerBuilder [−][src]
pub struct BearerBuilder(_);
Expand description
Implementations
Provides the scope
attribute, as defined in RFC6749, Section 3.3
Provides the realm
attribute, as defined in RFC2617
Provides the error
attribute, as defined in RFC6750, Section 3.1
Provides the error_description
attribute, as defined in RFC6750, Section 3
Provides the error_uri
attribute, as defined in RFC6750, Section 3
It is up to implementor to provide properly-formed absolute URI.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BearerBuilder
impl Send for BearerBuilder
impl Sync for BearerBuilder
impl Unpin for BearerBuilder
impl UnwindSafe for BearerBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more