Home
last modified time | relevance | path

Searched refs:authorization_header (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/python/oauth2client/oauth2client/
Dclient.py1818 authorization_header=None, argument
1874 self.authorization_header = authorization_header
2018 if self.authorization_header is not None:
2019 headers['Authorization'] = self.authorization_header
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dclient.py1926 authorization_header=None, argument
1982 self.authorization_header = authorization_header
2130 if self.authorization_header is not None:
2131 headers['Authorization'] = self.authorization_header
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/external/
H A Daws_request_signer.cc224 std::string authorization_header = absl::StrFormat( in GetSignedRequestHeaders() local
227 request_headers_["Authorization"] = authorization_header; in GetSignedRequestHeaders()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc218 std::string authorization_header = absl::StrFormat( in GetSignedRequestHeaders() local
221 request_headers_["Authorization"] = authorization_header; in GetSignedRequestHeaders()
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
Daws.py337 authorization_header = "{} Credential={}/{}, SignedHeaders={}, Signature={}".format(
341 authentication_header = {"authorization_header": authorization_header}
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/test_tools/
H A Dmock_blind_sign_http_interface.h23 std::optional<absl::string_view> authorization_header,
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/blind_sign_auth/
H A Dblind_sign_message_interface.h44 std::optional<absl::string_view> authorization_header,
/aosp_15_r20/external/googleapis/google/apps/script/type/
H A Dscript_manifest.proto88 HttpAuthorizationHeader authorization_header = 1; field
/aosp_15_r20/external/google-cloud-java/java-gsuite-addons/proto-google-apps-script-type-protos/src/main/proto/google/apps/script/type/
H A Dscript_manifest.proto88 HttpAuthorizationHeader authorization_header = 1; field
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta3/
H A Dtarget.proto212 oneof authorization_header { oneof
326 oneof authorization_header { oneof
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2beta2/
H A Dtarget.proto449 oneof authorization_header { oneof
635 oneof authorization_header { oneof
/aosp_15_r20/external/googleapis/google/cloud/scheduler/v1/
H A Dtarget.proto81 oneof authorization_header { oneof
/aosp_15_r20/external/googleapis/google/cloud/scheduler/v1beta1/
H A Dtarget.proto81 oneof authorization_header { oneof
/aosp_15_r20/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1/src/main/proto/google/cloud/scheduler/v1/
H A Dtarget.proto81 oneof authorization_header { oneof
/aosp_15_r20/external/google-cloud-java/java-scheduler/proto-google-cloud-scheduler-v1beta1/src/main/proto/google/cloud/scheduler/v1beta1/
H A Dtarget.proto81 oneof authorization_header { oneof
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/
H A Dtarget.proto138 oneof authorization_header { oneof
/aosp_15_r20/external/google-cloud-java/java-tasks/proto-google-cloud-tasks-v2/src/main/proto/google/cloud/tasks/v2/
H A Dtarget.proto116 oneof authorization_header { oneof
/aosp_15_r20/external/googleapis/google/cloud/tasks/v2/
H A Dtarget.proto115 oneof authorization_header { oneof
/aosp_15_r20/external/python/oauth2client/tests/
Dtest_client.py1962 authorization_header=auth_header,