gamgee-1.1.0: Tool for generating TOTP MFA tokens.

Safe HaskellNone
LanguageHaskell2010

Gamgee.Effects.TOTP

Contents

Synopsis

Effects

data TOTP m a where Source #

Constructors

GetTOTP :: TokenSpec -> POSIXTime -> TOTP m Text 
Instances
type DefiningModule (TOTP :: k -> Type -> Type) Source # 
Instance details

Defined in Gamgee.Effects.TOTP

type DefiningModule (TOTP :: k -> Type -> Type) = "Gamgee.Effects.TOTP"

Actions

Interpretations