From 74cd0bce0d7faaa8e0dfcbc6ac91d6a956616101 Mon Sep 17 00:00:00 2001 From: VikramShetty Date: Thu, 5 Dec 2013 18:01:42 +0530 Subject: [PATCH] Added documentation for Authenticate method --- Octokit/Authentication/BasicAuthenticator.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Octokit/Authentication/BasicAuthenticator.cs b/Octokit/Authentication/BasicAuthenticator.cs index 8f8d9ad0..9eb2e973 100644 --- a/Octokit/Authentication/BasicAuthenticator.cs +++ b/Octokit/Authentication/BasicAuthenticator.cs @@ -7,6 +7,11 @@ namespace Octokit.Internal { class BasicAuthenticator : IAuthenticationHandler { + /// + /// + /// + /// + ///Login & Password public void Authenticate(IRequest request, Credentials credentials) { Ensure.ArgumentNotNull(request, "request");