introduce ApplicationAuthorization which contains raw token result

This commit is contained in:
Brendan Forster
2015-01-02 13:09:50 +09:30
parent 9db29d4a69
commit d613cef196
16 changed files with 71 additions and 48 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace Octokit
/// <param name="twoFactorChallengeHandler">Callback used to retrieve the two-factor authentication code
/// from the user</param>
/// <returns></returns>
public static async Task<Authorization> GetOrCreateApplicationAuthentication(
public static async Task<ApplicationAuthorization> GetOrCreateApplicationAuthentication(
this IAuthorizationsClient authorizationsClient,
string clientId,
string clientSecret,