libstackexchange-0.3.1: StackExchange API interface

Safe HaskellNone
LanguageHaskell98

Network.StackExchange.Auth

Contents

Description

StackExchange authentication helpers

Synopsis

Explicit OAuth 2.0 flow

explicitUserPermission :: Int -> Text -> Request a n r Source #

Construct URI at which user should approve app

explicitAccessToken :: Int -> Text -> Text -> Text -> Request a n Text Source #

Request access_token from StackExchange

Implicit OAuth 2.0 flow

implicitUserPermission :: Int -> Text -> Request a n r Source #

Construct URI at which user should approve app