We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469c480 commit ebc6a2dCopy full SHA for ebc6a2d
auth/src/main/java/com/google/cloud/auth/samples/AuthExample.java
@@ -31,7 +31,9 @@
31
import java.io.FileInputStream;
32
import java.io.IOException;
33
34
-/** Demonstrate various ways to authenticate requests using Cloud Storage/Language as an example call. */
+/** Demonstrate various ways to authenticate requests using Cloud Storage/Language APIs as
35
+ * examples.
36
+ */
37
public class AuthExample {
38
// [START auth_cloud_implicit]
39
static void authImplicit() {
0 commit comments