Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.ResetPassword
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
Constructors
ResetPassword |
Instances
ToJSON ResetPassword Source # | |
Defined in TD.Query.ResetPassword Methods toJSON :: ResetPassword -> Value # toEncoding :: ResetPassword -> Encoding # toJSONList :: [ResetPassword] -> Value # toEncodingList :: [ResetPassword] -> Encoding # | |
Show ResetPassword Source # | |
Defined in TD.Query.ResetPassword Methods showsPrec :: Int -> ResetPassword -> ShowS # show :: ResetPassword -> String # showList :: [ResetPassword] -> ShowS # | |
Eq ResetPassword Source # | |
Defined in TD.Query.ResetPassword Methods (==) :: ResetPassword -> ResetPassword -> Bool # (/=) :: ResetPassword -> ResetPassword -> Bool # | |
ShortShow ResetPassword Source # | |
Defined in TD.Query.ResetPassword Methods shortShow :: ResetPassword -> String Source # |