Function createInMemoryLoginKeyStore

  • Creates a LoginKeyStore which will only keep its keys in memory. Suitable for testing, or when logged in sessions should not be persisted across e.g., page reloads. Can be used outside of a browser context.

    Returns LoginKeyStore