5 references to AuthTypes
NuGet.Credentials (5)
PluginCredentialProvider.cs (1)
138
response.
AuthTypes
?? Enumerable.Empty<string>());
PluginCredentialResponse.cs (2)
46
&& (
AuthTypes
== null ||
AuthTypes
.Any());
PluginException.cs (2)
103
response.
AuthTypes
== null ? string.Empty : string.Join(", ", response.
AuthTypes
),