@auth0/nextjs-auth0 - v4.9.0
    Preparing search index...

    Interface TransactionStoreOptions

    interface TransactionStoreOptions {
        cookieOptions?: TransactionCookieOptions;
        enableParallelTransactions?: boolean;
        secret: string;
    }
    Index

    Properties

    cookieOptions?: TransactionCookieOptions
    enableParallelTransactions?: boolean

    Controls whether multiple parallel login transactions are allowed. When false, only one transaction cookie is maintained at a time. When true (default), multiple transaction cookies can coexist for multi-tab support.

    true
    
    secret: string