token_scope 46 remoting/host/token_validator_base.cc const std::string& token_scope, token_scope 49 remoting/host/token_validator_base.cc token_scope_(token_scope), token_scope 154 remoting/host/token_validator_base.cc bool TokenValidatorBase::IsValidScope(const std::string& token_scope) { token_scope 156 remoting/host/token_validator_base.cc return token_scope == token_scope_; token_scope 184 remoting/host/token_validator_base.cc std::string token_scope; token_scope 185 remoting/host/token_validator_base.cc dict->GetStringWithoutPathExpansion("scope", &token_scope); token_scope 186 remoting/host/token_validator_base.cc if (!IsValidScope(token_scope)) { token_scope 187 remoting/host/token_validator_base.cc LOG(ERROR) << "Invalid scope: '" << token_scope token_scope 42 remoting/host/token_validator_base.h const std::string& token_scope, token_scope 53 remoting/host/token_validator_base.h virtual const std::string& token_scope() const OVERRIDE; token_scope 68 remoting/host/token_validator_base.h virtual bool IsValidScope(const std::string& token_scope); token_scope 143 remoting/host/token_validator_factory_impl_unittest.cc CreateResponse(token_validator_->token_scope())); token_scope 34 remoting/protocol/third_party_client_authenticator.cc std::string token_scope = message->TextNamed(kTokenScopeTag); token_scope 36 remoting/protocol/third_party_client_authenticator.cc if (token_url.empty() || token_scope.empty()) { token_scope 49 remoting/protocol/third_party_client_authenticator.cc GURL(token_url), token_scope, base::Bind( token_scope 63 remoting/protocol/third_party_host_authenticator.cc DCHECK(!token_validator_->token_scope().empty()); token_scope 71 remoting/protocol/third_party_host_authenticator.cc token_scope_tag->SetBodyText(token_validator_->token_scope()); token_scope 47 remoting/protocol/token_validator.h virtual const std::string& token_scope() const = 0;