Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.CheckAuthenticationCode
Synopsis
Documentation
data CheckAuthenticationCode Source #
Checks the authentication code. Works only when the current authorization state is authorizationStateWaitCode. Returns Ok
Constructors
CheckAuthenticationCode | |
Instances
ToJSON CheckAuthenticationCode Source # | |
Defined in TD.Query.CheckAuthenticationCode Methods toJSON :: CheckAuthenticationCode -> Value # toEncoding :: CheckAuthenticationCode -> Encoding # toJSONList :: [CheckAuthenticationCode] -> Value # | |
Show CheckAuthenticationCode Source # | |
Defined in TD.Query.CheckAuthenticationCode Methods showsPrec :: Int -> CheckAuthenticationCode -> ShowS # show :: CheckAuthenticationCode -> String # showList :: [CheckAuthenticationCode] -> ShowS # | |
Eq CheckAuthenticationCode Source # | |
Defined in TD.Query.CheckAuthenticationCode Methods (==) :: CheckAuthenticationCode -> CheckAuthenticationCode -> Bool # (/=) :: CheckAuthenticationCode -> CheckAuthenticationCode -> Bool # | |
ShortShow CheckAuthenticationCode Source # | |
Defined in TD.Query.CheckAuthenticationCode Methods |