libstackexchange-0.3.0.0: StackExchange API interface

Safe HaskellNone

Network.StackExchange.Auth

Contents

Description

StackExchange authentication helpers

Synopsis

Explicit OAuth 2.0 flow

explicitUserPermission :: Int -> Text -> Request a n rSource

Construct URI at which user should approve app

explicitAccessToken :: Int -> Text -> Text -> Text -> Request a n TextSource

Request access_token from StackExchange

Implicit OAuth 2.0 flow

implicitUserPermission :: Int -> Text -> Request a n rSource

Construct URI at which user should approve app