Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.RecoverPassword
Synopsis
Documentation
data RecoverPassword Source #
Recovers the 2-step verification password using a recovery code sent to an email address that was previously set up. Returns PasswordState
Constructors
RecoverPassword | |
Fields
|
Instances
ToJSON RecoverPassword Source # | |
Defined in TD.Query.RecoverPassword Methods toJSON :: RecoverPassword -> Value # toEncoding :: RecoverPassword -> Encoding # toJSONList :: [RecoverPassword] -> Value # toEncodingList :: [RecoverPassword] -> Encoding # | |
Show RecoverPassword Source # | |
Defined in TD.Query.RecoverPassword Methods showsPrec :: Int -> RecoverPassword -> ShowS # show :: RecoverPassword -> String # showList :: [RecoverPassword] -> ShowS # | |
Eq RecoverPassword Source # | |
Defined in TD.Query.RecoverPassword Methods (==) :: RecoverPassword -> RecoverPassword -> Bool # (/=) :: RecoverPassword -> RecoverPassword -> Bool # | |
ShortShow RecoverPassword Source # | |
Defined in TD.Query.RecoverPassword Methods shortShow :: RecoverPassword -> String Source # |