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)
54
Auth
= auth;
5 references to Auth
Microsoft.DotNet.VersionTools (5)
Automation\GitHubApi\GitHubClient.cs (5)
133
name =
Auth
.User,
134
email =
Auth
.Email
418
public Task<string> GetMyAuthorIdAsync() => Task.FromResult(
Auth
.User);
427
if (
Auth
== null)
429
throw new NotSupportedException($"Authentication is required, but {nameof(
Auth
)} is null, indicating anonymous mode.");