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