Uses of Class
com.azure.identity.InteractiveBrowserCredentialBuilder
-
Uses of InteractiveBrowserCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return InteractiveBrowserCredentialBuilderModifier and TypeMethodDescriptionInteractiveBrowserCredentialBuilder.additionallyAllowedTenants(String... additionallyAllowedTenants) For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.InteractiveBrowserCredentialBuilder.additionallyAllowedTenants(List<String> additionallyAllowedTenants) For multi-tenant applications, specifies additional tenants for which the credential may acquire tokens.InteractiveBrowserCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord) Sets theAuthenticationRecordcaptured from a previous authentication.InteractiveBrowserCredentialBuilder.browserCustomizationOptions(BrowserCustomizationOptions browserCustomizationOptions) Configures the options for customizing the browser for interactive authentication.Sets the client ID of the Microsoft Entra application that users will sign in to.InteractiveBrowserCredentialBuilder.disableAutomaticAuthentication()Disables the automatic authentication and prevents theInteractiveBrowserCredentialfrom automatically prompting the user.Sets the username suggestion to pre-fill the login page's username/email address field.InteractiveBrowserCredentialBuilder.port(int port) Deprecated.InteractiveBrowserCredentialBuilder.redirectUrl(String redirectUrl) Sets the Redirect URL where STS will callback the application with the security code.InteractiveBrowserCredentialBuilder.tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions) Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.
http://localhost:{port}viaredirectUrl(String)instead.