| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetRecoveryEmailAddress
Documentation
data SetRecoveryEmailAddress Source #
Changes the 2-step verification recovery email address of the user. If a new recovery email address is specified, then the change will not be applied until the new recovery email address is confirmed. If new_recovery_email_address is the same as the email address that is currently set up, this call succeeds immediately and aborts all other requests waiting for an email confirmation. Returns PasswordState
Constructors
| SetRecoveryEmailAddress | |
Instances
| ToJSON SetRecoveryEmailAddress Source # | |
Defined in TD.Query.SetRecoveryEmailAddress Methods toJSON :: SetRecoveryEmailAddress -> Value # toEncoding :: SetRecoveryEmailAddress -> Encoding # toJSONList :: [SetRecoveryEmailAddress] -> Value # | |
| Show SetRecoveryEmailAddress Source # | |
Defined in TD.Query.SetRecoveryEmailAddress Methods showsPrec :: Int -> SetRecoveryEmailAddress -> ShowS # show :: SetRecoveryEmailAddress -> String # showList :: [SetRecoveryEmailAddress] -> ShowS # | |
| Eq SetRecoveryEmailAddress Source # | |
Defined in TD.Query.SetRecoveryEmailAddress Methods (==) :: SetRecoveryEmailAddress -> SetRecoveryEmailAddress -> Bool # (/=) :: SetRecoveryEmailAddress -> SetRecoveryEmailAddress -> Bool # | |
| ShortShow SetRecoveryEmailAddress Source # | |
Defined in TD.Query.SetRecoveryEmailAddress Methods | |