wire-subsystems-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.VerificationCodeSubsystem

Documentation

data VerificationCodeSubsystem m a where Source #

Constructors

CreateCode 

Fields

CreateCodeOverwritePrevious 

Fields

VerifyCode :: Key -> Scope -> Value -> VerificationCodeSubsystem m (Maybe Code) 
DeleteCode :: Key -> Scope -> VerificationCodeSubsystem m () 
InternalLookupCode :: Key -> Scope -> VerificationCodeSubsystem m (Maybe Code)