Table of Contents

Class BrowserCustomizationOptions

Namespace
Azure.Identity
Assembly
Azure.Identity.dll

Options to customize browser view.

public class BrowserCustomizationOptions
Inheritance
BrowserCustomizationOptions
Inherited Members

Constructors

BrowserCustomizationOptions()

public BrowserCustomizationOptions()

Properties

ErrorMessage

Property to set HtmlMessageError of SystemWebViewOptions from MSAL, which the browser will show to the user when the user finishes authenticating, but an error occurred. You can use a string format e.g. "An error has occurred: {0} details: {1}".

public string ErrorMessage { get; set; }

Property Value

string

SuccessMessage

Property to set HtmlMessageSuccess of SystemWebViewOptions from MSAL, which the browser will show to the user when the user finishes authenticating successfully.

public string SuccessMessage { get; set; }

Property Value

string

UseEmbeddedWebView

Specifies if the public client application should used an embedded web browser or the system default browser

public bool? UseEmbeddedWebView { get; set; }

Property Value

bool?