SystemWebViewOptions.BrowserRedirectSuccess Property

Definition

Overloads

BrowserRedirectSuccess

When the user finishes authenticating, MSAL will redirect the browser to the given Uri

BrowserRedirectSuccess

When the user finishes authenticating, MSAL will redirect the browser to the given Uri

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

Property Value

Uri

Remarks

Takes precedence over HtmlMessageSuccess

Applies to