Sdílet prostřednictvím


SystemWebViewOptions.BrowserRedirectError Property

Definition

Overloads

BrowserRedirectError

When the user finishes authenticating, but an error occurred, MSAL will redirect the browser to the given Uri

BrowserRedirectError

When the user finishes authenticating, but an error occurred, MSAL will redirect the browser to the given Uri

public Uri BrowserRedirectError { get; set; }
member this.BrowserRedirectError : Uri with get, set
Public Property BrowserRedirectError As Uri

Property Value

Uri

Remarks

Takes precedence over HtmlMessageError

Applies to