Implement Authorization Create method

This commit is contained in:
Haacked
2015-04-21 13:51:25 -07:00
parent 23bb76a112
commit 408e95c421
5 changed files with 255 additions and 0 deletions
+1
View File
@@ -376,6 +376,7 @@ namespace Octokit
HttpMethod.Delete,
null,
null,
null,
CancellationToken.None,
twoFactorAuthenticationCode);
return response.HttpResponse.StatusCode;