Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.ConfirmSession
Synopsis
- data ConfirmSession = ConfirmSession {
- session_id :: Maybe Int
Documentation
data ConfirmSession Source #
Confirms an unconfirmed session of the current user from another device. Returns Ok
Constructors
ConfirmSession | |
Fields
|
Instances
ToJSON ConfirmSession Source # | |
Defined in TD.Query.ConfirmSession Methods toJSON :: ConfirmSession -> Value # toEncoding :: ConfirmSession -> Encoding # toJSONList :: [ConfirmSession] -> Value # toEncodingList :: [ConfirmSession] -> Encoding # | |
Show ConfirmSession Source # | |
Defined in TD.Query.ConfirmSession Methods showsPrec :: Int -> ConfirmSession -> ShowS # show :: ConfirmSession -> String # showList :: [ConfirmSession] -> ShowS # | |
Eq ConfirmSession Source # | |
Defined in TD.Query.ConfirmSession Methods (==) :: ConfirmSession -> ConfirmSession -> Bool # (/=) :: ConfirmSession -> ConfirmSession -> Bool # | |
ShortShow ConfirmSession Source # | |
Defined in TD.Query.ConfirmSession Methods shortShow :: ConfirmSession -> String Source # |