Uses of Class
com.azure.identity.BrowserCustomizationOptions
-
Uses of BrowserCustomizationOptions in com.azure.identity
Methods in com.azure.identity that return BrowserCustomizationOptionsModifier 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.Methods in com.azure.identity with parameters of type BrowserCustomizationOptionsModifier and TypeMethodDescriptionInteractiveBrowserCredentialBuilder.browserCustomizationOptions
(BrowserCustomizationOptions browserCustomizationOptions) Configures the options for customizing the browser for interactive authentication.