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