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