Safe Haskell | None |
---|---|
Language | Haskell2010 |
Web.Exhentai.API.Auth
Description
Authentication API.
Synopsis
- data Credential = Credential {}
- auth :: Effs '[Http, Error HttpException, Cookie, ConduitIO, Bracket] m => Credential -> m ()
Documentation
data Credential Source #
Constructors
Credential | |
Fields
|
Instances
Eq Credential Source # | |
Defined in Web.Exhentai.API.Auth | |
Show Credential Source # | |
Defined in Web.Exhentai.API.Auth Methods showsPrec :: Int -> Credential -> ShowS # show :: Credential -> String # showList :: [Credential] -> ShowS # | |
(k ~ A_Lens, a ~ ByteString, b ~ ByteString) => LabelOptic "password" k Credential Credential a b Source # | |
Defined in Web.Exhentai.API.Auth Methods labelOptic :: Optic k NoIx Credential Credential a b # | |
(k ~ A_Lens, a ~ ByteString, b ~ ByteString) => LabelOptic "username" k Credential Credential a b Source # | |
Defined in Web.Exhentai.API.Auth Methods labelOptic :: Optic k NoIx Credential Credential a b # |