| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Network.OAuth2.Provider.StackExchange
Documentation
fetchUserInfo :: (MonadIO m, HasUserInfoRequest a, FromJSON b) => IdpApplication i a -> Manager -> AccessToken -> ExceptT ByteString m b Source #
data StackExchangeResp Source #
Constructors
| StackExchangeResp | |
Fields
| |
Instances
data StackExchangeUser Source #
Constructors
| StackExchangeUser | |
Fields
| |
Instances
appendStackExchangeAppKey :: URI -> ByteString -> URI Source #