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)
50Auth = auth;
2 references to Auth
Microsoft.DotNet.VersionTools (2)
Automation\VstsApi\VstsAdapterClient.cs (2)
404if (Auth == null) 406throw new NotSupportedException($"Authentication is required, but {nameof(Auth)} is null, indicating anonymous mode.");