We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf5ee6 commit 1868969Copy full SHA for 1868969
1 file changed
oauth2_http/javatests/com/google/auth/oauth2/GdchCredentialsTestUtil.java
@@ -5,7 +5,11 @@
5
import java.net.URI;
6
import java.util.Map;
7
8
-class GdchCredentialsTestUtil {
+/**
9
+ * This class marked public as it is used in showcase tests in sdk-platform-java to test GDCH:
10
+ * https://github.com/googleapis/sdk-platform-java/blob/3db61c211b757796a3e212c384487d0f2827322b/java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ITGdch.java#L215-L223
11
+ */
12
+public class GdchCredentialsTestUtil {
13
public static void registerGdchCredentialWithMockTransport(
14
GdchCredentials credentials,
15
MockTokenServerTransport transport,
0 commit comments