Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetRecoveryEmailAddress
Synopsis
Documentation
data GetRecoveryEmailAddress Source #
Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user. Returns RecoveryEmailAddress
Constructors
GetRecoveryEmailAddress | |
Instances
ToJSON GetRecoveryEmailAddress Source # | |
Defined in TD.Query.GetRecoveryEmailAddress Methods toJSON :: GetRecoveryEmailAddress -> Value # toEncoding :: GetRecoveryEmailAddress -> Encoding # toJSONList :: [GetRecoveryEmailAddress] -> Value # | |
Show GetRecoveryEmailAddress Source # | |
Defined in TD.Query.GetRecoveryEmailAddress Methods showsPrec :: Int -> GetRecoveryEmailAddress -> ShowS # show :: GetRecoveryEmailAddress -> String # showList :: [GetRecoveryEmailAddress] -> ShowS # | |
Eq GetRecoveryEmailAddress Source # | |
Defined in TD.Query.GetRecoveryEmailAddress Methods (==) :: GetRecoveryEmailAddress -> GetRecoveryEmailAddress -> Bool # (/=) :: GetRecoveryEmailAddress -> GetRecoveryEmailAddress -> Bool # | |
ShortShow GetRecoveryEmailAddress Source # | |
Defined in TD.Query.GetRecoveryEmailAddress Methods |