| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Test.Migration.ConversationCodes
Documentation
testConversationCodesMigration :: HasCallStack => TaggedBool "has-password" -> App () Source #
genCode :: (HasCallStack, MakesValue user, MakesValue conv) => user -> conv -> Maybe String -> App (String, String) Source #
getCode :: (HasCallStack, MakesValue user, MakesValue conv) => user -> conv -> Maybe String -> App (String, String) Source #
waitForCodeToExpire :: (MakesValue user, MakesValue conv) => user -> conv -> Maybe String -> App () Source #
joinWithCode :: (HasCallStack, MakesValue user) => user -> Value -> (String, String) -> App () Source #
confWithExpiry :: String -> Bool -> Int -> ServiceOverrides Source #
counterName :: String Source #