Uses of Class
com.google.auth.oauth2.ExternalAccountCredentials.SubjectTokenTypes
-
Packages that use ExternalAccountCredentials.SubjectTokenTypes Package Description com.google.auth.oauth2 -
-
Uses of ExternalAccountCredentials.SubjectTokenTypes in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return ExternalAccountCredentials.SubjectTokenTypes Modifier and Type Method Description static ExternalAccountCredentials.SubjectTokenTypes
ExternalAccountCredentials.SubjectTokenTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExternalAccountCredentials.SubjectTokenTypes[]
ExternalAccountCredentials.SubjectTokenTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-