1 write to AuthTypes
NuGet.Credentials (1)
_generated\1\PluginCredentialResponseJsonContext.PluginCredentialResponse.g.cs (1)
121Setter = static (obj, value) => ((global::NuGet.Credentials.PluginCredentialResponse)obj).AuthTypes = value!,
7 references to AuthTypes
NuGet.Credentials (7)
_generated\1\PluginCredentialResponseJsonContext.PluginCredentialResponse.g.cs (2)
120Getter = static obj => ((global::NuGet.Credentials.PluginCredentialResponse)obj).AuthTypes, 172IListStringSerializeHandler(writer, ((global::NuGet.Credentials.PluginCredentialResponse)value).AuthTypes);
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),