Uses of Class
com.azure.identity.BrowserCustomizationOptions
-
Uses of BrowserCustomizationOptions in com.azure.identity
Modifier and TypeMethodDescriptionBrowserCustomizationOptions.setErrorMessage
(String errorMessage) Configure the property to set error message which the browser will show to the user upon failed to acquire an access token.BrowserCustomizationOptions.setSuccessMessage
(String successMessage) Configures the property to set the success message which the browser will show to the user upon successful authentication.Modifier and TypeMethodDescriptionInteractiveBrowserCredentialBuilder.browserCustomizationOptions
(BrowserCustomizationOptions browserCustomizationOptions) Configures the options for customizing the browser for interactive authentication.