wire-subsystems-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.SessionStore

Documentation

newtype TTL Source #

Constructors

TTL 

Fields

Instances

Instances details
Arbitrary TTL Source # 
Instance details

Defined in Wire.SessionStore

Show TTL Source # 
Instance details

Defined in Wire.SessionStore

Methods

showsPrec :: Int -> TTL -> ShowS #

show :: TTL -> String #

showList :: [TTL] -> ShowS #

Cql TTL Source # 
Instance details

Defined in Wire.SessionStore

Eq TTL Source # 
Instance details

Defined in Wire.SessionStore

Methods

(==) :: TTL -> TTL -> Bool #

(/=) :: TTL -> TTL -> Bool #

deleteCookies :: forall r. Member SessionStore r => UserId -> [Cookie ()] -> Sem r () Source #

listCookies :: forall r. Member SessionStore r => UserId -> Sem r [Cookie ()] Source #

insertCookie :: forall r. Member SessionStore r => UserId -> Cookie () -> Maybe TTL -> Sem r () Source #