wire-subsystems-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.VerificationCodeStore.Cassandra

Synopsis

Documentation

lookupCodeImpl :: MonadClient m => Key -> Scope -> m (Maybe Code) Source #

Lookup a pending code.

deleteCodeImpl :: MonadClient m => Key -> Scope -> m () Source #

Delete a code associated with the given key and scope.