1 write to AuthToken
Microsoft.DotNet.VersionTools (1)
Automation\GitHubAuth.cs (1)
23
AuthToken
= authToken;
5 references to AuthToken
Microsoft.DotNet.VersionTools (5)
Automation\GitHubApi\GitHubClient.cs (2)
59
if (auth?.
AuthToken
!= null)
61
_httpClient.DefaultRequestHeaders.Add("Authorization", $"token {auth.
AuthToken
}");
Automation\PullRequestCreator.cs (1)
262
$"https://{_auth.User}:{_auth.
AuthToken
}@{remoteUrl}",
Automation\VstsApi\VstsAdapterClient.cs (2)
59
if (auth?.
AuthToken
!= null)
63
ClientHelpers.ToBase64($":{auth.
AuthToken
}"));