Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Network.OAuth2.Provider.StackExchange
Documentation
data StackExchange Source #
Constructors
StackExchange |
Instances
Show StackExchange Source # | |
Defined in Network.OAuth2.Provider.StackExchange Methods showsPrec :: Int -> StackExchange -> ShowS # show :: StackExchange -> String # showList :: [StackExchange] -> ShowS # | |
Eq StackExchange Source # | |
Defined in Network.OAuth2.Provider.StackExchange Methods (==) :: StackExchange -> StackExchange -> Bool # (/=) :: StackExchange -> StackExchange -> Bool # | |
type IdpUserInfo StackExchange Source # | |
Defined in Network.OAuth2.Provider.StackExchange |
data StackExchangeResp Source #
Constructors
StackExchangeResp | |
Fields
|
Instances
data StackExchangeUser Source #
Constructors
StackExchangeUser | |
Fields
|
Instances
appendStackExchangeAppKey :: URI -> ByteString -> URI Source #