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) For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.UsernamePasswordCredentialBuilder.additionallyAllowedTenants(List<String> additionallyAllowedTenants) For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.Sets the password of the user.UsernamePasswordCredentialBuilder.tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions) Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.Sets the username of the user.