Documentation
class QqOAuth1TrUtf8 x1 where #
qOAuth1TrUtf8 :: x1 -> IO String #
Instances
QqOAuth1TrUtf8 String # | |
Defined in Qtc.Networkauth.QOAuth1 qOAuth1TrUtf8 :: String -> IO String # | |
QqOAuth1TrUtf8 (String, String) # | |
Defined in Qtc.Networkauth.QOAuth1 qOAuth1TrUtf8 :: (String, String) -> IO String # | |
QqOAuth1TrUtf8 (String, String, Int) # | |
Defined in Qtc.Networkauth.QOAuth1 qOAuth1TrUtf8 :: (String, String, Int) -> IO String # |
Instances
QqOAuth1 () # | |
Defined in Qtc.Networkauth.QOAuth1 | |
QqOAuth1 (QObject t1) # | |
Defined in Qtc.Networkauth.QOAuth1 | |
QqOAuth1 (QNetworkAccessManager t1) # | |
Defined in Qtc.Networkauth.QOAuth1 qOAuth1 :: QNetworkAccessManager t1 -> IO (QOAuth1 ()) # | |
QqOAuth1 (QNetworkAccessManager t1, QObject t2) # | |
Defined in Qtc.Networkauth.QOAuth1 qOAuth1 :: (QNetworkAccessManager t1, QObject t2) -> IO (QOAuth1 ()) # | |
QqOAuth1 (String, String, QNetworkAccessManager t3) # | |
Defined in Qtc.Networkauth.QOAuth1 qOAuth1 :: (String, String, QNetworkAccessManager t3) -> IO (QOAuth1 ()) # | |
QqOAuth1 (String, String, QNetworkAccessManager t3, QObject t4) # | |
Defined in Qtc.Networkauth.QOAuth1 qOAuth1 :: (String, String, QNetworkAccessManager t3, QObject t4) -> IO (QOAuth1 ()) # |
clientCredentials :: QOAuth1 a -> () -> IO (String, String) #
clientSharedSecret :: QOAuth1 a -> () -> IO String #
class QcontinueGrantWithVerifier x0 x1 where #
continueGrantWithVerifier :: x0 -> x1 -> IO () #
Instances
QcontinueGrantWithVerifier (QOAuth1 ()) String # | |
Defined in Qtc.Networkauth.QOAuth1 continueGrantWithVerifier :: QOAuth1 () -> String -> IO () # | |
QcontinueGrantWithVerifier (QOAuth1Sc a) String # | |
Defined in Qtc.Networkauth.QOAuth1 continueGrantWithVerifier :: QOAuth1Sc a -> String -> IO () # |
class QrequestTemporaryCredentials x0 x1 where #
requestTemporaryCredentials :: x0 -> x1 -> IO (QNetworkReply ()) #
Instances
class QrequestTokenCredentials x0 x1 where #
requestTokenCredentials :: x0 -> x1 -> IO (QNetworkReply ()) #
Instances
setClientCredentials :: QOAuth1 a -> (String, String) -> IO () #
setClientSharedSecret :: QOAuth1 a -> String -> IO () #
setSignatureMethod :: QOAuth1 a -> SignatureMethod -> IO () #
setTemporaryCredentialsUrl :: QOAuth1 a -> QUrl t1 -> IO () #
setTokenCredentials :: QOAuth1 a -> (String, String) -> IO () #
setTokenCredentialsUrl :: QOAuth1 a -> QUrl t1 -> IO () #
signatureMethod :: QOAuth1 a -> () -> IO SignatureMethod #
temporaryCredentialsUrl :: QOAuth1 a -> () -> IO (QUrl ()) #
tokenCredentials :: QOAuth1 a -> () -> IO (String, String) #
tokenCredentialsUrl :: QOAuth1 a -> () -> IO (QUrl ()) #
qOAuth1_delete :: QOAuth1 a -> IO () #
qOAuth1_deleteLater :: QOAuth1 a -> IO () #