OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:third_party_auth_config_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/remoting/host/
token_validator_factory_impl.h
39
ThirdPartyAuthConfig
third_party_auth_config_
;
member in class:remoting::TokenValidatorFactoryImpl
token_validator_base.cc
48
:
third_party_auth_config_
(third_party_auth_config),
53
DCHECK(
third_party_auth_config_
.token_url.is_valid());
54
DCHECK(
third_party_auth_config_
.token_validation_url.is_valid());
74
return
third_party_auth_config_
.token_url;
144
third_party_auth_config_
.token_validation_cert_issuer;
token_validator_factory_impl.cc
84
third_party_auth_config_
.token_validation_url, net::DEFAULT_PRIORITY,
112
:
third_party_auth_config_
(third_party_auth_config),
125
new TokenValidatorImpl(
third_party_auth_config_
,
token_validator_base.h
72
ThirdPartyAuthConfig
third_party_auth_config_
;
member in class:remoting::TokenValidatorBase
remoting_me2me_host.cc
314
ThirdPartyAuthConfig
third_party_auth_config_
;
member in class:remoting::HostProcess
608
if (
third_party_auth_config_
.is_empty()) {
613
} else if (
third_party_auth_config_
.is_valid()) {
616
third_party_auth_config_
,
628
<< "TokenUrl: " <<
third_party_auth_config_
.token_url << ", "
630
<<
third_party_auth_config_
.token_validation_url;
[
all
...]
Completed in 52 milliseconds