2 implementations of Auth
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
50
public GitHubAuth
Auth
{ get; }
Automation\VstsApi\VstsAdapterClient.cs (1)
38
public GitHubAuth
Auth
{ get; }
1 reference to Auth
Microsoft.DotNet.VersionTools.Tasks (1)
SubmitPullRequest.cs (1)
119
var prCreator = new PullRequestCreator(client.
Auth
, PullRequestAuthor);