HomeSort by relevance Sort by last modified time
    Searched defs:token_scope (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
third_party_client_authenticator.cc 34 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/
token_validator_factory_impl.cc 87 virtual const std::string& token_scope() const OVERRIDE {
100 bool IsValidScope(const std::string& token_scope) {
102 return token_scope == token_scope_;
141 std::string token_scope; local
142 dict->GetStringWithoutPathExpansion("scope", &token_scope);
143 if (!IsValidScope(token_scope)) {
144 LOG(ERROR) << "Invalid scope: '" << token_scope

Completed in 25 milliseconds