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

    Class TransactionStore

    TransactionStore is responsible for storing the state required to successfully complete an authentication transaction. The store relies on encrypted, stateless cookies to store the transaction state.

    Index

    Constructors

    Methods

    • Parameters

      • resCookies: ResponseCookies
      • state: string

      Returns Promise<void>

    • Deletes all transaction cookies based on the configured prefix.

      Parameters

      • reqCookies: RequestCookies
      • resCookies: ResponseCookies

      Returns Promise<void>