Home
last modified time | relevance | path

Searched refs:grpc_jwt_claims_json (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.h59 const grpc_core::Json* grpc_jwt_claims_json(const grpc_jwt_claims* claims);
Djwt_verifier.cc199 const Json* grpc_jwt_claims_json(const grpc_jwt_claims* claims) { in grpc_jwt_claims_json() function
/third_party/grpc/test/core/security/
Dverify_jwt.cc55 std::string claims_str = grpc_jwt_claims_json(claims)->Dump(/*indent=*/2); in on_jwt_verification_done()
Djwt_verifier_test.cc220 GPR_ASSERT(*grpc_jwt_claims_json(claims) == json); in test_claims_success()
245 GPR_ASSERT(*grpc_jwt_claims_json(claims) == json); in test_expired_claims_failure()