Home
last modified time | relevance | path

Searched defs:allow_credentials (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1/
H A Dhttp_route.proto380 bool allow_credentials = 7; field
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request.h421 bool allow_credentials() const { return allow_credentials_; } in allow_credentials() function
H A Durl_request.cc521 void URLRequest::set_allow_credentials(bool allow_credentials) { in set_allow_credentials()
H A Durl_request_unittest.cc10143 auto expected_handshake) { in TEST_F()
/aosp_15_r20/external/python/httplib2/tests/
D__init__.py560 allow_scheme, allow_credentials, out_renew_nonce=None, out_requests=None argument
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/route/v3/
H A Droute_components.proto697 google.protobuf.BoolValue allow_credentials = 6; field