Documentation
class QqAuthenticator x1 where #
qAuthenticator :: x1 -> IO (QAuthenticator ()) #
Instances
QqAuthenticator () # | |
Defined in Qtc.Network.QAuthenticator qAuthenticator :: () -> IO (QAuthenticator ()) # | |
QqAuthenticator (QAuthenticator t1) # | |
Defined in Qtc.Network.QAuthenticator qAuthenticator :: QAuthenticator t1 -> IO (QAuthenticator ()) # |
class QqAuthenticator_nf x1 where #
qAuthenticator_nf :: x1 -> IO (QAuthenticator ()) #
Instances
QqAuthenticator_nf () # | |
Defined in Qtc.Network.QAuthenticator qAuthenticator_nf :: () -> IO (QAuthenticator ()) # | |
QqAuthenticator_nf (QAuthenticator t1) # | |
Defined in Qtc.Network.QAuthenticator qAuthenticator_nf :: QAuthenticator t1 -> IO (QAuthenticator ()) # |
realm :: QAuthenticator a -> () -> IO String #
setRealm :: QAuthenticator a -> String -> IO () #
qAuthenticator_delete :: QAuthenticator a -> IO () #