loadSessionPasskey

abstract suspend fun loadSessionPasskey(): SessionPasskey?(source)

Load the persisted session passkey, or null if none is stored or the stored entry has expired (per SessionPasskey.expiresAtEpochMs).

The engine no longer calls this (since 0.2.0) — see saveSessionPasskey.