Deletes all transaction cookies based on the configured prefix.
Returns the configured prefix for transaction cookies.
Saves the transaction state to an encrypted cookie.
The response cookies object to set the transaction cookie on
The transaction state to save
Optional
reqCookies: RequestCookiesOptional request cookies to check for existing transactions.
When provided and enableParallelTransactions
is false,
will check for existing transaction cookies. When omitted,
the existence check is skipped for performance optimization.
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.