Uses of Class
com.azure.identity.InteractiveBrowserCredentialBuilder
-
Uses of InteractiveBrowserCredentialBuilder in com.azure.identity
Modifier 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 theAuthenticationRecord
captured from a previous authentication.InteractiveBrowserCredentialBuilder.browserCustomizationOptions
(BrowserCustomizationOptions browserCustomizationOptions) Configures the options for customizing the browser for interactive authentication.InteractiveBrowserCredentialBuilder.disableAutomaticAuthentication()
Disables the automatic authentication and prevents theInteractiveBrowserCredential
from 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.