Home
last modified time | relevance | path

Searched defs:authorization (Results 1 – 25 of 27) sorted by relevance

12

/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentialsTest.java167 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in copyCredentialsToHeaders() local
247 Iterable<String> authorization = headerList.get(1).getAll(AUTHORIZATION); in credentialsReturnNullMetadata() local
271 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in oauth2Credential() local
289 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in googleCredential_privacyAndIntegrityAllowed() local
346 String[] authorization = Iterables.toArray(headers.getAll(AUTHORIZATION), String.class); in serviceAccountToJwt() local
367 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in oauthClassesNotInClassPath() local
DClientAuthInterceptorTest.java126 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in testCopyCredentialToHeaders() local
166 Iterable<String> authorization = headers.getAll(AUTHORIZATION); in testWithOAuth2Credential() local
/external/python/google-api-python-client/docs/
Dstart.md17 ### 1. Simple API access (API keys)
25 ### 2. Authorized API access (OAuth 2.0)
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_FieldUpgradeStart.c17 TPMI_RH_PLATFORM authorization, in Tss2_Sys_FieldUpgradeStart_Prepare()
86 TPMI_RH_PLATFORM authorization, in Tss2_Sys_FieldUpgradeStart()
/external/tpm2-tss/src/tss2-esys/api/
DEsys_FieldUpgradeStart.c69 ESYS_TR authorization, in Esys_FieldUpgradeStart()
150 ESYS_TR authorization, in Esys_FieldUpgradeStart_Async()
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DAuthenticationHelperImpl.java229 AuthorizationHeader authorization = null; in handleChallenge() local
312 AuthorizationHeader authorization = null; in getAuthorization() local
378 AuthorizationHeader authorization = null; in getAuthorization() local
DCredentialsCache.java62 AuthorizationHeader authorization, int cacheTime) { in cacheAuthorizationHeader()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DAuthorizationParser.java47 public AuthorizationParser(String authorization) { in AuthorizationParser()
/external/cronet/base/mac/
Dscoped_authorizationref.h23 : authorization_(authorization) {} in authorization_() argument
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DFieldUpgradeStart_fp.h47 TPMI_RH_PLATFORM authorization; member
/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DBinderTransportSecurity.java119 Status authorization; in checkAuthorization() local
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_AuthorizePolicy.c252 TPMS_POLICYAUTHORIZATION *authorization = &command->authorization; in Fapi_AuthorizePolicy_Finish() local
/external/pigweed/pw_bluetooth_sapphire/host/att/
Dattribute.cc23 bool authorization, in AccessRequirements()
/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/
DContainerCredentialsEndpointProviderTest.java340 private static Map<String, List<String>> addHeaders(Pair<String, String>... authorization) { in addHeaders()
/external/oauth/core/src/main/java/net/oauth/
DOAuthMessage.java360 public static List<OAuth.Parameter> decodeAuthorization(String authorization) { in decodeAuthorization()
/external/cronet/net/http/
Dhttp_auth_handler_digest.cc443 std::string authorization = in AssembleCredentials() local
/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_execute.c95 TPMS_POLICYAUTHORIZATION *authorization) in ifapi_extend_authorization()
Difapi_policy_types.h147 TPMS_POLICYAUTHORIZATION *authorization; member
Dfapi_int.h435 TPMS_POLICYAUTHORIZATION authorization; member
/external/libcups/scheduler/
Dauth.c251 const char *authorization; /* Pointer into Authorization string */ in cupsdAuthorize() local
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dserver_test.cc2999 const att::AccessRequirements authorization(/*encryption=*/false, in InitializeAttributesForReading() local
3031 const att::AccessRequirements authorization(/*encryption=*/false, in InitializeAttributesForWriting() local
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java2483 Authorization authorization = this.originalRequest.getAuthorization(); in createAck() local
/external/curl/lib/
Dhttp.c278 char *authorization = NULL; in http_output_basic() local
/external/libcups/tools/
Dippeveprinter.c752 const char *authorization; /* Pointer into Authorization string */ in authenticate_request() local
/external/aws-sdk-java-v2/services/apigateway/src/main/resources/codegen-resources/
Dservice-2.json6429 "authorization":{ object

12