Searched refs:ThirdParty (Results 1 – 4 of 4) sorted by relevance
31 AuthenticationMethod AuthenticationMethod::ThirdParty() { in ThirdParty() function in remoting::protocol::AuthenticationMethod45 return ThirdParty(); in FromString()
40 static AuthenticationMethod ThirdParty();
59 result->AddMethod(AuthenticationMethod::ThirdParty()); in CreateWithThirdPartyAuth()
178 TEST(WebRequestConditionAttributeTest, ThirdParty) { in TEST() argument