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