mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-27 00:23:39 +00:00
7 lines
152 B
C#
7 lines
152 B
C#
namespace Octokit.Internal
|
|
{
|
|
interface IAuthenticationHandler
|
|
{
|
|
void Authenticate(IRequest request, Credentials credentials);
|
|
}
|
|
} |