Implemented interface member:
property
Auth
Microsoft.DotNet.VersionTools.Automation.GitHubApi.IGitHubClient.Auth
1 write to Auth
Microsoft.DotNet.VersionTools (1)
Automation\VstsApi\VstsAdapterClient.cs (1)
50
Auth
= auth;
2 references to Auth
Microsoft.DotNet.VersionTools (2)
Automation\VstsApi\VstsAdapterClient.cs (2)
404
if (
Auth
== null)
406
throw new NotSupportedException($"Authentication is required, but {nameof(
Auth
)} is null, indicating anonymous mode.");