Searched defs:token_url (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/remoting/client/
H A Dtoken_fetcher_proxy.cc21 const GURL& token_url,
26 token_url, host_public_key_, scope, weak_factory_.GetWeakPtr());
20 FetchThirdPartyToken( const GURL& token_url, const std::string& scope, const TokenFetchedCallback& token_fetched_callback) argument
/external/chromium_org/remoting/protocol/
H A Dthird_party_client_authenticator.cc33 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 Dtoken_validator_base.h24 return token_url.is_empty() && token_validation_url.is_empty();
28 return token_url.is_valid() && token_validation_url.is_valid();
31 GURL token_url; member in struct:remoting::ThirdPartyAuthConfig
52 virtual const GURL& token_url() const OVERRIDE;
H A Dtoken_validator_base.cc53 DCHECK(third_party_auth_config_.token_url.is_valid());
73 const GURL& TokenValidatorBase::token_url() const { function in class:remoting::TokenValidatorBase
74 return third_party_auth_config_.token_url;
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_instance.cc129 const GURL& token_url,
145 token_url,
128 FetchThirdPartyToken( const GURL& token_url, const std::string& client_id, const std::string& scope, base::WeakPtr<TokenFetcherProxy> token_fetcher_proxy) argument
H A Dchromoting_jni_runtime.cc282 void ChromotingJniRuntime::FetchThirdPartyToken(const GURL& token_url, argument
289 ConvertUTF8ToJavaString(env, token_url.spec());
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc463 const GURL& token_url,
473 data->SetString("tokenUrl", token_url.spec());
462 FetchThirdPartyToken( const GURL& token_url, const std::string& host_public_key, const std::string& scope, base::WeakPtr<TokenFetcherProxy> token_fetcher_proxy) argument

Completed in 270 milliseconds