Searched defs:token_scope (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dthird_party_client_authenticator.cc34 std::string token_scope = message->TextNamed(kTokenScopeTag); local
36 if (token_url.empty() || token_scope.empty()) {
49 GURL(token_url), token_scope, base::Bind( local
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl.cc87 virtual const std::string& token_scope() const OVERRIDE {
100 bool IsValidScope(const std::string& token_scope) { argument
102 return token_scope == token_scope_;
142 std::string token_scope; local
143 dict->GetStringWithoutPathExpansion("scope", &token_scope);
144 if (!IsValidScope(token_scope)) {
145 LOG(ERROR) << "Invalid scope: '" << token_scope

Completed in 262 milliseconds