Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data ResetPassword = ResetPassword
Documentation
data ResetPassword Source #
Removes 2-step verification password without previous password and access to recovery email address. The password can't be reset immediately and the request needs to be repeated after the specified time. Returns ResetPasswordResult
Instances
ToJSON ResetPassword Source # | |
Defined in TD.Query.ResetPassword toJSON :: ResetPassword -> Value # toEncoding :: ResetPassword -> Encoding # toJSONList :: [ResetPassword] -> Value # toEncodingList :: [ResetPassword] -> Encoding # | |
Show ResetPassword Source # | |
Defined in TD.Query.ResetPassword showsPrec :: Int -> ResetPassword -> ShowS # show :: ResetPassword -> String # showList :: [ResetPassword] -> ShowS # | |
Eq ResetPassword Source # | |
Defined in TD.Query.ResetPassword (==) :: ResetPassword -> ResetPassword -> Bool # (/=) :: ResetPassword -> ResetPassword -> Bool # | |
ShortShow ResetPassword Source # | |
Defined in TD.Query.ResetPassword shortShow :: ResetPassword -> String Source # |