Added documentation for Authenticate method

This commit is contained in:
VikramShetty
2013-12-05 18:01:42 +05:30
parent 185589e8e5
commit 74cd0bce0d
@@ -7,6 +7,11 @@ namespace Octokit.Internal
{
class BasicAuthenticator : IAuthenticationHandler
{
///<summary>
///
///</summary>
///<param name="request"></param>
///<param name="credentials">Login & Password</param>
public void Authenticate(IRequest request, Credentials credentials)
{
Ensure.ArgumentNotNull(request, "request");