Lines Matching refs:Scheme
90 enum Scheme {
122 // Returns a string representation of an authentication Scheme.
123 static const char* SchemeToString(Scheme scheme);
132 // |origin| is used by the NTLM and Negotiation authentication scheme to
139 const std::set<Scheme>& disabled_schemes,
168 const std::set<Scheme>& disabled_schemes,
171 // Breaks up a challenge string into the the auth scheme and parameter list,
173 // challenge = auth-scheme 1*SP 1#auth-param
175 // Depending on the challenge scheme, it may be appropriate to interpret the
189 // Get the auth scheme of the challenge.
192 std::string scheme() const {