# Functions
AuthCodeURL creates the url to redirect to Github to start authentication.
Exchange - Sends the code to Github to return the AccessToken.
# Type aliases
AuthCodeURLFunc is an adapter for the AuthCodeURL function.
ExchangeFunc is an adapter for the Exchange function.