Home
last modified time | relevance | path

Searched refs:GRPC_OPENID_CONFIG_URL_SUFFIX (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.h32 #define GRPC_OPENID_CONFIG_URL_SUFFIX "/.well-known/openid-configuration" macro
Djwt_verifier.cc822 req.http.path = gpr_strdup(GRPC_OPENID_CONFIG_URL_SUFFIX); in retrieve_key_and_verify()
826 GRPC_OPENID_CONFIG_URL_SUFFIX); in retrieve_key_and_verify()
/external/grpc-grpc/test/core/security/
Djwt_verifier_test.cc425 GPR_ASSERT(strcmp(request->http.path, GRPC_OPENID_CONFIG_URL_SUFFIX) == 0); in httpcli_get_openid_config()