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