Searched defs:token_scope (Results 1 – 3 of 3) sorted by relevance
46 const std::string& token_scope, in TokenValidatorBase()77 const std::string& TokenValidatorBase::token_scope() const { in token_scope() function in remoting::TokenValidatorBase154 bool TokenValidatorBase::IsValidScope(const std::string& token_scope) { in IsValidScope()184 std::string token_scope; in ProcessResponse() local
34 std::string token_scope = message->TextNamed(kTokenScopeTag); in ProcessTokenMessage() local
91 virtual const std::string& token_scope() const OVERRIDE { in token_scope() function in remoting::protocol::ThirdPartyAuthenticatorTest::FakeTokenValidator