Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php168 function jwtTokenCreds($stub, $args) function
671 jwtTokenCreds($stub, $args);
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java282 tester.jwtTokenCreds(credentialsStream); in runTest()
DAbstractInteropTest.java1703 public void jwtTokenCreds(InputStream serviceAccountJson) throws Exception { in jwtTokenCreds() method in AbstractInteropTest