Implemented interface member:
property
Auth
Microsoft.DotNet.VersionTools.Automation.GitHubApi.IGitHubClient.Auth
1 write to Auth
Microsoft.DotNet.VersionTools (1)
Automation\GitHubApi\GitHubClient.cs (1)
54Auth = auth;
5 references to Auth
Microsoft.DotNet.VersionTools (5)
Automation\GitHubApi\GitHubClient.cs (5)
133name = Auth.User, 134email = Auth.Email 418public Task<string> GetMyAuthorIdAsync() => Task.FromResult(Auth.User); 427if (Auth == null) 429throw new NotSupportedException($"Authentication is required, but {nameof(Auth)} is null, indicating anonymous mode.");