| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetLoginEmailAddress
Synopsis
Documentation
data SetLoginEmailAddress Source #
Changes the login email address of the user. The email address can be changed only if the current user already has login email and passwordState.login_email_address_pattern is non-empty, or the user received suggestedActionSetLoginEmailAddress and isLoginEmailAddressRequired succeeds. The change will not be applied until the new login email address is confirmed with checkLoginEmailAddressCode. To use Apple ID/Google ID instead of an email address, call checkLoginEmailAddressCode directly. Returns EmailAddressAuthenticationCodeInfo
Constructors
| SetLoginEmailAddress | |
Fields
| |
Instances
| ToJSON SetLoginEmailAddress Source # | |
Defined in TD.Query.SetLoginEmailAddress Methods toJSON :: SetLoginEmailAddress -> Value # toEncoding :: SetLoginEmailAddress -> Encoding # toJSONList :: [SetLoginEmailAddress] -> Value # toEncodingList :: [SetLoginEmailAddress] -> Encoding # | |
| Show SetLoginEmailAddress Source # | |
Defined in TD.Query.SetLoginEmailAddress Methods showsPrec :: Int -> SetLoginEmailAddress -> ShowS # show :: SetLoginEmailAddress -> String # showList :: [SetLoginEmailAddress] -> ShowS # | |
| Eq SetLoginEmailAddress Source # | |
Defined in TD.Query.SetLoginEmailAddress Methods (==) :: SetLoginEmailAddress -> SetLoginEmailAddress -> Bool # (/=) :: SetLoginEmailAddress -> SetLoginEmailAddress -> Bool # | |
| ShortShow SetLoginEmailAddress Source # | |
Defined in TD.Query.SetLoginEmailAddress Methods | |