InMemoryPendingAuthStore
Default PendingAuthStore: keeps the pending login in memory only.
Preserves the module's historical behaviour for consumers that have not supplied a store. Adequate for desktop/JVM and for tests; not adequate on Android, where a login started before a process death can never be completed. See PendingAuthStore.