Home
last modified time | relevance | path

Searched defs:token_scope (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
Dtoken_validator_base.cc46 const std::string& token_scope, in TokenValidatorBase()
77 const std::string& TokenValidatorBase::token_scope() const { in token_scope() function in remoting::TokenValidatorBase
154 bool TokenValidatorBase::IsValidScope(const std::string& token_scope) { in IsValidScope()
184 std::string token_scope; in ProcessResponse() local
/external/chromium_org/remoting/protocol/
Dthird_party_client_authenticator.cc34 std::string token_scope = message->TextNamed(kTokenScopeTag); in ProcessTokenMessage() local
Dthird_party_authenticator_unittest.cc91 virtual const std::string& token_scope() const OVERRIDE { in token_scope() function in remoting::protocol::ThirdPartyAuthenticatorTest::FakeTokenValidator