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");