mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-28 08:58:37 +00:00
document the Authentication namespace
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
namespace Octokit
|
||||
{
|
||||
/// <summary>
|
||||
/// Authentication protocols supported by the GitHub API
|
||||
/// </summary>
|
||||
public enum AuthenticationType
|
||||
{
|
||||
/// <summary>
|
||||
/// No credentials provided
|
||||
/// </summary>
|
||||
Anonymous,
|
||||
/// <summary>
|
||||
/// Username & password
|
||||
/// </summary>
|
||||
Basic,
|
||||
/// <summary>
|
||||
/// Delegated access to a third party
|
||||
/// </summary>
|
||||
Oauth
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user