Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Polysemy.Account.Data.RawPassword
Description
Synopsis
- newtype RawPassword = UnsafeRawPassword {}
- rawPassword :: Text -> RawPassword
Documentation
newtype RawPassword Source #
A clear text password, supplied by the user or generated.
Constructors
UnsafeRawPassword | |
Fields |
Instances
FromJSON RawPassword Source # | |
Defined in Polysemy.Account.Data.RawPassword | |
ToJSON RawPassword Source # | |
Defined in Polysemy.Account.Data.RawPassword Methods toJSON :: RawPassword -> Value # toEncoding :: RawPassword -> Encoding # toJSONList :: [RawPassword] -> Value # toEncodingList :: [RawPassword] -> Encoding # | |
Show RawPassword Source # | |
Defined in Polysemy.Account.Data.RawPassword Methods showsPrec :: Int -> RawPassword -> ShowS # show :: RawPassword -> String # showList :: [RawPassword] -> ShowS # | |
Eq RawPassword Source # | |
Defined in Polysemy.Account.Data.RawPassword |
rawPassword :: Text -> RawPassword Source #
Construct a 'RawPassword
.