mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
updated new fields for request and response
This commit is contained in:
@@ -16,6 +16,11 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public IEnumerable<string> Scopes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Optional parameter that allows an OAuth application to create multiple authorizations for a single user
|
||||
/// </summary>
|
||||
public string Fingerprint { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// An optional note to remind you what the OAuth token is for.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user