Searched defs:token_url (Results 1 - 6 of 6) sorted by relevance
/external/chromium/chrome/browser/chromeos/login/ |
H A D | issue_response_handler.h | 43 std::string token_url() { return token_url_; } function in class:chromeos::IssueResponseHandler
|
/external/chromium_org/remoting/client/plugin/ |
H A D | pepper_token_fetcher.cc | 22 const GURL& token_url, 27 plugin_->FetchThirdPartyToken(token_url, host_public_key_, scope, 21 FetchThirdPartyToken( const GURL& token_url, const std::string& scope, const TokenFetchedCallback& token_fetched_callback) argument
|
H A D | chromoting_instance.cc | 417 const GURL& token_url, 427 data->SetString("tokenUrl", token_url.spec()); 416 FetchThirdPartyToken( const GURL& token_url, const std::string& host_public_key, const std::string& scope, base::WeakPtr<PepperTokenFetcher> pepper_token_fetcher) argument
|
/external/chromium_org/remoting/protocol/ |
H A D | third_party_client_authenticator.cc | 33 std::string token_url = message->TextNamed(kTokenUrlTag); local 36 if (token_url.empty() || token_scope.empty()) { 49 GURL(token_url), token_scope, base::Bind(
|
/external/chromium_org/remoting/host/ |
H A D | token_validator_factory_impl.cc | 40 const GURL& token_url, 46 : token_url_(token_url), 83 virtual const GURL& token_url() const OVERRIDE { 167 const GURL& token_url, 171 : token_url_(token_url), 39 TokenValidatorImpl( const GURL& token_url, const GURL& token_validation_url, scoped_refptr<RsaKeyPair> key_pair, const std::string& local_jid, const std::string& remote_jid, scoped_refptr<net::URLRequestContextGetter> request_context_getter) argument 166 TokenValidatorFactoryImpl( const GURL& token_url, const GURL& token_validation_url, scoped_refptr<RsaKeyPair> key_pair, scoped_refptr<net::URLRequestContextGetter> request_context_getter) argument
|
H A D | remoting_me2me_host.cc | 214 bool OnHostTokenUrlPolicyUpdate(const GURL& token_url, 922 const GURL& token_url, 927 if (token_url_ != token_url || 930 << "TokenUrl: " << token_url << ", " 933 token_url_ = token_url; 921 OnHostTokenUrlPolicyUpdate( const GURL& token_url, const GURL& token_validation_url) argument
|
Completed in 145 milliseconds