namespace Octokit.Internal { interface IAuthenticationHandler { void Authenticate(IRequest request, Credentials credentials); } }