useCookiesForTransactions property

bool? useCookiesForTransactions
final

Whether the SDK will use a cookie for transaction storage, instead of session storage.

Defaults to false.

A use case for this is if you rely on your users being able to authenticate using flows that may end up spanning across multiple tabs (like magic links) or you cannot otherwise rely on session storage being available.

Implementation

final bool? useCookiesForTransactions;