Maintainer | Brandon Chinn <[email protected]> |
---|---|
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
GitHub.REST.Auth
Description
Definitions for handling authentication with the GitHub REST API.
Synopsis
- data Token
- fromToken :: Token -> ByteString
- getJWTToken :: Signer -> AppId -> IO Token
- loadSigner :: FilePath -> IO Signer
Documentation
The token to use to authenticate with GitHub.
fromToken :: Token -> ByteString Source #