Documentation
class QqOAuth2AuthorizationCodeFlowTrUtf8 x1 where #
qOAuth2AuthorizationCodeFlowTrUtf8 :: x1 -> IO String #
Instances
QqOAuth2AuthorizationCodeFlowTrUtf8 String # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow qOAuth2AuthorizationCodeFlowTrUtf8 :: String -> IO String # | |
QqOAuth2AuthorizationCodeFlowTrUtf8 (String, String) # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow qOAuth2AuthorizationCodeFlowTrUtf8 :: (String, String) -> IO String # | |
QqOAuth2AuthorizationCodeFlowTrUtf8 (String, String, Int) # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow qOAuth2AuthorizationCodeFlowTrUtf8 :: (String, String, Int) -> IO String # |
class QqOAuth2AuthorizationCodeFlow x1 where #
qOAuth2AuthorizationCodeFlow :: x1 -> IO (QOAuth2AuthorizationCodeFlow ()) #
Instances
accessTokenUrl :: QOAuth2AuthorizationCodeFlow a -> () -> IO (QUrl ()) #
class QbuildAuthenticateUrl x0 x1 where #
buildAuthenticateUrl :: x0 -> x1 -> IO (QUrl ()) #
Instances
QbuildAuthenticateUrl (QOAuth2AuthorizationCodeFlow ()) () # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow buildAuthenticateUrl :: QOAuth2AuthorizationCodeFlow () -> () -> IO (QUrl ()) # | |
QbuildAuthenticateUrl (QOAuth2AuthorizationCodeFlowSc a) () # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow buildAuthenticateUrl :: QOAuth2AuthorizationCodeFlowSc a -> () -> IO (QUrl ()) # | |
QbuildAuthenticateUrl (QOAuth2AuthorizationCodeFlow ()) [(String, QVariant t1_2)] # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow buildAuthenticateUrl :: QOAuth2AuthorizationCodeFlow () -> [(String, QVariant t1_2)] -> IO (QUrl ()) # | |
QbuildAuthenticateUrl (QOAuth2AuthorizationCodeFlowSc a) [(String, QVariant t1_2)] # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow buildAuthenticateUrl :: QOAuth2AuthorizationCodeFlowSc a -> [(String, QVariant t1_2)] -> IO (QUrl ()) # |
class QrefreshAccessToken x0 x1 where #
refreshAccessToken :: x0 -> x1 -> IO () #
Instances
QrefreshAccessToken (QOAuth2AuthorizationCodeFlow ()) () # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow refreshAccessToken :: QOAuth2AuthorizationCodeFlow () -> () -> IO () # | |
QrefreshAccessToken (QOAuth2AuthorizationCodeFlowSc a) () # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow refreshAccessToken :: QOAuth2AuthorizationCodeFlowSc a -> () -> IO () # |
class QrequestAccessToken x0 x1 where #
requestAccessToken :: x0 -> x1 -> IO () #
Instances
QrequestAccessToken (QOAuth2AuthorizationCodeFlow ()) String # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow requestAccessToken :: QOAuth2AuthorizationCodeFlow () -> String -> IO () # | |
QrequestAccessToken (QOAuth2AuthorizationCodeFlowSc a) String # | |
Defined in Qtc.Networkauth.QOAuth2AuthorizationCodeFlow requestAccessToken :: QOAuth2AuthorizationCodeFlowSc a -> String -> IO () # |
setAccessTokenUrl :: QOAuth2AuthorizationCodeFlow a -> QUrl t1 -> IO () #
qOAuth2AuthorizationCodeFlow_delete :: QOAuth2AuthorizationCodeFlow a -> IO () #