preferEphemeralSession property

bool preferEphemeralSession
getter/setter pair

Whether to use an ephemeral session that prevents cookies and other browser data being shared with the user's normal browser session.

This property is only applicable to iOS (versions 13 and above) and macOS.

preferEphemeralSession = true must only be used here, if it is also used for the sign in call.

Implementation

bool preferEphemeralSession;