Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Network.Gitit.Authentication.Github
Documentation
Arguments
:: GithubConfig | Oauth2 configuration (client secret) |
-> GithubCallbackPars | Authentication code gained after authorization |
-> String | Github state, we expect the state we sent in loginGithubUser |
-> GititServerPart (Either GithubLoginError User) | user email and name (password |
data GithubCallbackPars Source #
Instances
Show GithubCallbackPars Source # | |
Defined in Network.Gitit.Authentication.Github | |
FromData GithubCallbackPars Source # | |
Defined in Network.Gitit.Authentication.Github Methods fromData :: RqData GithubCallbackPars |
data GithubLoginError Source #