mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
updated documentation as per suggestion by @Shiftkey
This commit is contained in:
@@ -8,10 +8,10 @@ namespace Octokit.Internal
|
||||
class BasicAuthenticator : IAuthenticationHandler
|
||||
{
|
||||
///<summary>
|
||||
///
|
||||
///Authenticate a request using the basic access authentication scheme
|
||||
///</summary>
|
||||
///<param name="request">Http Header request</param>
|
||||
///<param name="credentials">Login & Password</param>
|
||||
///<param name="request">The request to authenticate</param>
|
||||
///<param name="credentials">The credentials to attach to the request</param>
|
||||
///<remarks>
|
||||
///See the <a href="http://developer.github.com/v3/#basic-authentication">Basic Authentication documentation</a> for more information.
|
||||
///</remarks>
|
||||
|
||||
Reference in New Issue
Block a user