Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetPassword
Synopsis
Documentation
data SetPassword Source #
Changes the 2-step verification password for the current user. If a new recovery email address is specified, then the change will not be applied until the new recovery email address is confirmed. Returns PasswordState
Constructors
SetPassword | |
Fields
|
Instances
ToJSON SetPassword Source # | |
Defined in TD.Query.SetPassword Methods toJSON :: SetPassword -> Value # toEncoding :: SetPassword -> Encoding # toJSONList :: [SetPassword] -> Value # toEncodingList :: [SetPassword] -> Encoding # | |
Show SetPassword Source # | |
Defined in TD.Query.SetPassword Methods showsPrec :: Int -> SetPassword -> ShowS # show :: SetPassword -> String # showList :: [SetPassword] -> ShowS # | |
Eq SetPassword Source # | |
Defined in TD.Query.SetPassword | |
ShortShow SetPassword Source # | |
Defined in TD.Query.SetPassword Methods shortShow :: SetPassword -> String Source # |