Uses of Class
com.azure.identity.UsernamePasswordCredentialBuilder
-
Uses of UsernamePasswordCredentialBuilder in com.azure.identity
Subclasses with type arguments of type UsernamePasswordCredentialBuilder in com.azure.identityModifier and TypeClassDescriptionclassDeprecated.This credential is deprecated because it doesn't support multifactor authentication (MFA).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.