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.

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>