Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/credentials/jwt/
Djwt_verifier.h59 const grpc_json* grpc_jwt_claims_json(const grpc_jwt_claims* claims);
Djwt_verifier.cc195 const grpc_json* grpc_jwt_claims_json(const grpc_jwt_claims* claims) { in grpc_jwt_claims_json() function
/external/grpc-grpc/test/core/security/
Dverify_jwt.cc58 const_cast<grpc_json*>(grpc_jwt_claims_json(claims)), 2); in on_jwt_verification_done()
Djwt_verifier_test.cc215 GPR_ASSERT(grpc_jwt_claims_json(claims) == json); in test_claims_success()
237 GPR_ASSERT(grpc_jwt_claims_json(claims) == json); in test_expired_claims_failure()