WebAuthenticatorOptions.PrefersEphemeralWebBrowserSession Property

Definition

Gets or sets whether the browser used for the authentication flow is short-lived. This means it will not share session nor cookies with the regular browser on this device if set the true.

public:
 property bool PrefersEphemeralWebBrowserSession { bool get(); void set(bool value); };
public bool PrefersEphemeralWebBrowserSession { get; set; }
member this.PrefersEphemeralWebBrowserSession : bool with get, set
Public Property PrefersEphemeralWebBrowserSession As Boolean

Property Value

Remarks

This setting only has effect on iOS.

Applies to