Uses of Class
com.azure.identity.UsernamePasswordCredentialBuilder
-
Uses of UsernamePasswordCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return UsernamePasswordCredentialBuilderModifier and TypeMethodDescriptionUsernamePasswordCredentialBuilder.additionallyAllowedTenants
(String... additionallyAllowedTenants) Deprecated.For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.UsernamePasswordCredentialBuilder.additionallyAllowedTenants
(List<String> additionallyAllowedTenants) Deprecated.For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.Deprecated.Sets the password of the user.UsernamePasswordCredentialBuilder.tokenCachePersistenceOptions
(TokenCachePersistenceOptions tokenCachePersistenceOptions) Deprecated.Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.Deprecated.Sets the username of the user.