mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
introduce ApplicationAuthorization which contains raw token result
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user