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