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