Home
last modified time | relevance | path

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

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java44 PER_RPC_CREDS("per rpc raw oauth2 access token auth"), enumConstant
DTestServiceClient.java293 case PER_RPC_CREDS: { in runTest()
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py477 PER_RPC_CREDS = 'per_rpc_creds' variable in TestCase
513 elif self is TestCase.PER_RPC_CREDS: