Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
:: 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 showsPrec :: Int -> GithubCallbackPars -> ShowS # show :: GithubCallbackPars -> String # showList :: [GithubCallbackPars] -> ShowS # | |
FromData GithubCallbackPars Source # | |
Defined in Network.Gitit.Authentication.Github |
data GithubLoginError Source #