2 references to GetAuthenticationCredentialsRequest
NuGet.Credentials (1)
SecurePluginCredentialProvider.cs (1)
128
var request = new
GetAuthenticationCredentialsRequest
(uri, isRetry, nonInteractive, _canShowDialog);
NuGet.Protocol (1)
_generated\52\PluginJsonContext.GetAuthenticationCredentialsRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::NuGet.Protocol.Plugins.
GetAuthenticationCredentialsRequest
((global::System.Uri)args[0], (bool)args[1], (bool)args[2], (bool)args[3]),