Skip to content

Commit dfd4f45

Browse files
committed
chore: Add comment for new enum
1 parent a1c9fc0 commit dfd4f45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth2_http/java/com/google/auth/oauth2/GoogleCredentials.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public class GoogleCredentials extends OAuth2Credentials implements QuotaProject
6262

6363
static final String QUOTA_PROJECT_ID_HEADER_KEY = "x-goog-user-project";
6464

65+
/** Enum info mapping for GoogleCredential subclasses */
6566
enum GoogleCredentialsInfo {
6667
USER_CREDENTIALS("User Credentials", "authorized_user"),
6768
SERVICE_ACCOUNT_CREDENTIALS("Service Account Credentials", "service_account"),

0 commit comments

Comments
 (0)