public static enum ExternalAccountCredentials.SubjectTokenTypes extends Enum<ExternalAccountCredentials.SubjectTokenTypes>
ExternalAccountCredentials.| Modifier and Type | Method and Description |
|---|---|
static ExternalAccountCredentials.SubjectTokenTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalAccountCredentials.SubjectTokenTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalAccountCredentials.SubjectTokenTypes AWS4
public static final ExternalAccountCredentials.SubjectTokenTypes JWT
public static final ExternalAccountCredentials.SubjectTokenTypes SAML2
public static final ExternalAccountCredentials.SubjectTokenTypes ID_TOKEN
public final String value
public static ExternalAccountCredentials.SubjectTokenTypes[] values()
for (ExternalAccountCredentials.SubjectTokenTypes c : ExternalAccountCredentials.SubjectTokenTypes.values()) System.out.println(c);
public static ExternalAccountCredentials.SubjectTokenTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2026 Google. All rights reserved.