mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
Added documentation for Authenticate method
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user