wire-subsystems-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.VerificationCodeSubsystem.Interpreter

Synopsis

Documentation

newtype VerificationCodeThrottleTTL Source #

Instances

Instances details
Arbitrary VerificationCodeThrottleTTL Source # 
Instance details

Defined in Wire.VerificationCodeSubsystem.Interpreter

Enum VerificationCodeThrottleTTL Source # 
Instance details

Defined in Wire.VerificationCodeSubsystem.Interpreter

Num VerificationCodeThrottleTTL Source # 
Instance details

Defined in Wire.VerificationCodeSubsystem.Interpreter

Integral VerificationCodeThrottleTTL Source # 
Instance details

Defined in Wire.VerificationCodeSubsystem.Interpreter

Real VerificationCodeThrottleTTL Source # 
Instance details

Defined in Wire.VerificationCodeSubsystem.Interpreter

Show VerificationCodeThrottleTTL Source # 
Instance details

Defined in Wire.VerificationCodeSubsystem.Interpreter

Eq VerificationCodeThrottleTTL Source # 
Instance details

Defined in Wire.VerificationCodeSubsystem.Interpreter

Ord VerificationCodeThrottleTTL Source # 
Instance details

Defined in Wire.VerificationCodeSubsystem.Interpreter

verifyCodeImpl :: Member VerificationCodeStore r => Key -> Scope -> Value -> Sem r (Maybe Code) Source #

Lookup and verify the code for the given key and scope against the given value.