Uses of Class
com.google.auth.oauth2.ExternalAccountSupplierContext.Builder
-
Packages that use ExternalAccountSupplierContext.Builder Package Description com.google.auth.oauth2 -
-
Uses of ExternalAccountSupplierContext.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return ExternalAccountSupplierContext.Builder Modifier and Type Method Description (package private) static ExternalAccountSupplierContext.Builder
ExternalAccountSupplierContext. newBuilder()
(package private) ExternalAccountSupplierContext.Builder
ExternalAccountSupplierContext.Builder. setAudience(java.lang.String audience)
Sets the Audience.(package private) ExternalAccountSupplierContext.Builder
ExternalAccountSupplierContext.Builder. setSubjectTokenType(ExternalAccountCredentials.SubjectTokenTypes subjectTokenType)
Sets the subject token type.(package private) ExternalAccountSupplierContext.Builder
ExternalAccountSupplierContext.Builder. setSubjectTokenType(java.lang.String subjectTokenType)
Sets the subject token type.Constructors in com.google.auth.oauth2 with parameters of type ExternalAccountSupplierContext.Builder Constructor Description ExternalAccountSupplierContext(ExternalAccountSupplierContext.Builder builder)
Internal constructor.
-