Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.ConfirmQrCodeAuthentication
Synopsis
Documentation
data ConfirmQrCodeAuthentication Source #
Confirms QR code authentication on another device. Returns created session on success. Returns Session
Constructors
ConfirmQrCodeAuthentication | |
Instances
ToJSON ConfirmQrCodeAuthentication Source # | |
Defined in TD.Query.ConfirmQrCodeAuthentication Methods toJSON :: ConfirmQrCodeAuthentication -> Value # toEncoding :: ConfirmQrCodeAuthentication -> Encoding # toJSONList :: [ConfirmQrCodeAuthentication] -> Value # toEncodingList :: [ConfirmQrCodeAuthentication] -> Encoding # | |
Show ConfirmQrCodeAuthentication Source # | |
Defined in TD.Query.ConfirmQrCodeAuthentication Methods showsPrec :: Int -> ConfirmQrCodeAuthentication -> ShowS # show :: ConfirmQrCodeAuthentication -> String # showList :: [ConfirmQrCodeAuthentication] -> ShowS # | |
Eq ConfirmQrCodeAuthentication Source # | |
Defined in TD.Query.ConfirmQrCodeAuthentication Methods (==) :: ConfirmQrCodeAuthentication -> ConfirmQrCodeAuthentication -> Bool # (/=) :: ConfirmQrCodeAuthentication -> ConfirmQrCodeAuthentication -> Bool # | |
ShortShow ConfirmQrCodeAuthentication Source # | |
Defined in TD.Query.ConfirmQrCodeAuthentication Methods |