Table of Contents

Class ASWebAuthenticationSessionOptions

Namespace
Auth0.OidcClient
Assembly
Auth0.OidcClient.dll

Specifies options that can be passed to ASWebAuthenticationSessionBrowser implementations.

public class ASWebAuthenticationSessionOptions
Inheritance
ASWebAuthenticationSessionOptions
Inherited Members

Constructors

ASWebAuthenticationSessionOptions()

public ASWebAuthenticationSessionOptions()

Properties

PrefersEphemeralWebBrowserSession

Specify whether or not EphemeralWebBrowserSessions should be preferred. Defaults to false.

public bool PrefersEphemeralWebBrowserSession { get; set; }

Property Value

bool

Remarks

Setting PrefersEphemeralWebBrowserSession to true will disable Single Sign On (SSO) on iOS 13+. As a consequence of that, it will also prevent from showing the popup that's being used to ask consent for using Auth0 to sign in.