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

  /external/chromium_org/remoting/host/
token_validator_base.cc 46 const std::string& token_scope,
49 token_scope_(token_scope),
77 const std::string& TokenValidatorBase::token_scope() const { function in class:remoting::TokenValidatorBase
157 bool TokenValidatorBase::IsValidScope(const std::string& token_scope) {
159 return token_scope == token_scope_;
187 std::string token_scope; local
188 dict->GetStringWithoutPathExpansion("scope", &token_scope);
189 if (!IsValidScope(token_scope)) {
190 LOG(ERROR) << "Invalid scope: '" << token_scope
token_validator_base.h 42 const std::string& token_scope,
53 virtual const std::string& token_scope() const OVERRIDE;
68 virtual bool IsValidScope(const std::string& token_scope);
token_validator_factory_impl_unittest.cc 143 CreateResponse(token_validator_->token_scope()));
  /external/chromium_org/remoting/protocol/
token_validator.h 47 virtual const std::string& token_scope() const = 0;
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
third_party_host_authenticator.cc 63 DCHECK(!token_validator_->token_scope().empty());
71 token_scope_tag->SetBodyText(token_validator_->token_scope());
third_party_authenticator_unittest.cc 91 virtual const std::string& token_scope() const OVERRIDE {

Completed in 47 milliseconds