crypto-totp-0.1.0.1: Provides generation and verification services for time-based one-time keys.

Safe HaskellNone

Crypto.MAC.TOTP.Factory

Documentation

tryRefreshEverySource

Arguments

:: Int

The delay according to Control.Concurrent.threadDelay before refresh attempts.

-> IORef Factory

The current factory.

-> IO ()