/third_party/grpc/src/core/lib/security/credentials/jwt/ |
D | jwt_verifier.cc | 286 const char* audience) { in grpc_jwt_claims_check() argument 316 if (audience == nullptr) { in grpc_jwt_claims_check() 319 audience_ok = claims->aud != nullptr && strcmp(audience, claims->aud) == 0; in grpc_jwt_claims_check() 323 audience == nullptr ? "NULL" : audience, in grpc_jwt_claims_check() 343 char* audience; member 353 grpc_jwt_claims* claims, const char* audience, const grpc_slice& signature, in verifier_cb_ctx_create() argument 363 ctx->audience = gpr_strdup(audience); in verifier_cb_ctx_create() 374 if (ctx->audience != nullptr) gpr_free(ctx->audience); in verifier_cb_ctx_destroy() 656 status = grpc_jwt_claims_check(ctx->claims, ctx->audience); in on_keys_retrieved() 847 const char* audience, in grpc_jwt_verifier_verify() argument [all …]
|
D | json_token.cc | 167 const char* audience, in encoded_jwt_claim() argument 178 {"aud", audience}, in encoded_jwt_claim() 266 const char* audience, in grpc_jwt_encode_and_sign() argument 269 return g_jwt_encode_and_sign_override(json_key, audience, token_lifetime, in grpc_jwt_encode_and_sign() 275 encoded_jwt_claim(json_key, audience, token_lifetime, scope)); in grpc_jwt_encode_and_sign()
|
D | json_token.h | 63 const char* audience, 68 const grpc_auth_json_key* json_key, const char* audience,
|
D | jwt_verifier.h | 111 const char* audience, 119 const char* audience);
|
/third_party/grpc/test/cpp/client/ |
D | credentials_test.cc | 126 options.audience = "audience"; in TEST_F() 138 EXPECT_EQ(options.audience, core_opts.audience); in TEST_F() 166 EXPECT_EQ(options.audience, "audience"); 185 EXPECT_EQ(options.audience, ""); 262 EXPECT_EQ(options.audience, "");
|
/third_party/grpc/src/cpp/client/ |
D | secure_credentials.cc | 141 options->audience.clear(); in ClearStsCredentialsOptions() 196 if (value != nullptr) options->audience.assign(value); in StsCredentialsOptionsFromJson() 251 opts.audience = options.audience.c_str(); in StsCredentialsCppToCoreOptions()
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/pos/ |
D | 10003_8.txt | 1 …f did a good job without his characteristic speaking to directly to the audience. Again, Warren wa…
|
/third_party/grpc/src/core/ext/xds/ |
D | google_mesh_ca_certificate_provider_factory.h | 38 std::string audience; member
|
D | google_mesh_ca_certificate_provider_factory.cc | 67 ParseJsonObjectField(sts_service, "audience", &sts_config_.audience, in ParseJsonObjectStsService()
|
/third_party/mbedtls/docs/architecture/testing/ |
D | test-framework.md | 13 Each test case has a description which succinctly describes for a human audience what the test does… 33 Each test case in `ssl-opt.sh` has a description which succinctly describes for a human audience wh…
|
/third_party/grpc/src/core/lib/security/credentials/external/ |
D | external_account_credentials.h | 40 std::string audience; member
|
D | external_account_credentials.cc | 102 options.audience = it->second.string_value(); in Create() 192 options_.audience, in debug_string() 272 UrlEncode(options_.audience).c_str())); in ExchangeToken()
|
D | aws_external_account_credentials.cc | 73 audience_ = options.audience; in AwsExternalAccountCredentials()
|
/third_party/python/Doc/distutils/ |
D | index.rst | 35 and extensions readily available to a wider audience.
|
/third_party/grpc/include/grpcpp/security/ |
D | credentials_impl.h | 273 std::string audience; // Optional. member
|
D | credentials.h | 296 grpc::string audience; // Optional. member
|
/third_party/mbedtls/ChangeLog.d/ |
D | 00README.md | 76 **Explain why, not how**. Remember that the audience is the users of the
|
/third_party/skia/site/docs/dev/design/ |
D | text_shaper.md | 9 ## Target audience 21 JavaScript frameworks are another target audience. This proposal is heavily influenced by successful
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 369 const char* audience; /* Optional. */ member
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/ |
D | rfc1950.txt | 67 1.2. Intended audience ......................................... 3 119 1.2. Intended audience
|
/third_party/zlib/doc/ |
D | rfc1950.txt | 67 1.2. Intended audience ......................................... 3 119 1.2. Intended audience
|
D | rfc1952.txt | 67 1.2. Intended audience ......................................... 3 125 1.2. Intended audience
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/ |
D | rfc1950.txt | 67 1.2. Intended audience ......................................... 3 119 1.2. Intended audience
|
/third_party/libwebsockets/READMEs/ |
D | README.jwt.md | 149 /**< entry: audience */
|
/third_party/grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 545 audience_(gpr_strdup(options->audience)), in StsTokenFetcherCredentials()
|