Maintainer | Brandon Chinn <brandonchinn178@gmail.com> |
---|---|
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GitHub.REST.Auth
Description
Definitions for handling authentication with the GitHub REST API.
Synopsis
- data Token
- fromToken :: Token -> ByteString
- getJWTToken :: PrivateKey -> AppId -> IO Token
Documentation
The token to use to authenticate with GitHub.
Constructors
AccessToken ByteString | |
BearerToken ByteString |
fromToken :: Token -> ByteString Source #
Helpers for using JWT tokens with the GitHub API
getJWTToken :: PrivateKey -> AppId -> IO Token Source #
Create a JWT token that expires in 10 minutes.