Home
last modified time | relevance | path

Searched refs:audience (Results 1 – 25 of 56) sorted by relevance

123

/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.cc286 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 …]
Djson_token.cc167 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()
Djson_token.h63 const char* audience,
68 const grpc_auth_json_key* json_key, const char* audience,
Djwt_verifier.h111 const char* audience,
119 const char* audience);
/third_party/grpc/test/cpp/client/
Dcredentials_test.cc126 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/
Dsecure_credentials.cc141 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/
D10003_8.txt1 …f did a good job without his characteristic speaking to directly to the audience. Again, Warren wa…
/third_party/grpc/src/core/ext/xds/
Dgoogle_mesh_ca_certificate_provider_factory.h38 std::string audience; member
Dgoogle_mesh_ca_certificate_provider_factory.cc67 ParseJsonObjectField(sts_service, "audience", &sts_config_.audience, in ParseJsonObjectStsService()
/third_party/mbedtls/docs/architecture/testing/
Dtest-framework.md13 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/
Dexternal_account_credentials.h40 std::string audience; member
Dexternal_account_credentials.cc102 options.audience = it->second.string_value(); in Create()
192 options_.audience, in debug_string()
272 UrlEncode(options_.audience).c_str())); in ExchangeToken()
Daws_external_account_credentials.cc73 audience_ = options.audience; in AwsExternalAccountCredentials()
/third_party/python/Doc/distutils/
Dindex.rst35 and extensions readily available to a wider audience.
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h273 std::string audience; // Optional. member
Dcredentials.h296 grpc::string audience; // Optional. member
/third_party/mbedtls/ChangeLog.d/
D00README.md76 **Explain why, not how**. Remember that the audience is the users of the
/third_party/skia/site/docs/dev/design/
Dtext_shaper.md9 ## Target audience
21 JavaScript frameworks are another target audience. This proposal is heavily influenced by successful
/third_party/grpc/include/grpc/
Dgrpc_security.h369 const char* audience; /* Optional. */ member
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/doc/
Drfc1950.txt67 1.2. Intended audience ......................................... 3
119 1.2. Intended audience
/third_party/zlib/doc/
Drfc1950.txt67 1.2. Intended audience ......................................... 3
119 1.2. Intended audience
Drfc1952.txt67 1.2. Intended audience ......................................... 3
125 1.2. Intended audience
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/doc/
Drfc1950.txt67 1.2. Intended audience ......................................... 3
119 1.2. Intended audience
/third_party/libwebsockets/READMEs/
DREADME.jwt.md149 /**< entry: audience */
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc545 audience_(gpr_strdup(options->audience)), in StsTokenFetcherCredentials()

123