Uses of Enum
com.google.auth.oauth2.ExternalAccountCredentials.SubjectTokenTypes
Packages that use ExternalAccountCredentials.SubjectTokenTypes
-
Uses of ExternalAccountCredentials.SubjectTokenTypes in com.google.auth.oauth2
Subclasses with type arguments of type ExternalAccountCredentials.SubjectTokenTypes in com.google.auth.oauth2Modifier and TypeClassDescriptionstatic enumEnum specifying values for the subjectTokenType field inExternalAccountCredentials.Methods in com.google.auth.oauth2 that return ExternalAccountCredentials.SubjectTokenTypesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ExternalAccountCredentials.SubjectTokenTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.auth.oauth2 with parameters of type ExternalAccountCredentials.SubjectTokenTypesModifier and TypeMethodDescriptionAwsCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType) ExternalAccountCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType) Sets the Security Token Service subject token type based on the OAuth 2.0 token exchange spec.(package private) ExternalAccountSupplierContext.BuilderExternalAccountSupplierContext.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType) Sets the subject token type.IdentityPoolCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType) PluggableAuthCredentials.Builder.setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType)