3 references to Unauthorized
NuGet.Protocol (3)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
197
type = CredentialRequestType.
Unauthorized
;
Plugins\RequestHandlers\GetCredentialsRequestHandler.cs (2)
227
if (requestType == CredentialRequestType.
Unauthorized
)
286
return CredentialRequestType.
Unauthorized
;