Searched refs:ThirdParty (Results 1 – 5 of 5) sorted by relevance
31 AuthenticationMethod AuthenticationMethod::ThirdParty() { in ThirdParty() function in remoting::protocol::AuthenticationMethod45 return ThirdParty(); in FromString()
40 static AuthenticationMethod ThirdParty();
60 result->AddMethod(AuthenticationMethod::ThirdParty()); in CreateWithThirdPartyAuth()
81 auth_methods.push_back(protocol::AuthenticationMethod::ThirdParty()); in ChromotingJniInstance()
197 TEST(WebRequestConditionAttributeTest, ThirdParty) { in TEST() argument