2 references to GetAuthenticationCredentialsResponse
NuGet.Protocol (2)
Plugins\MessageConverter.cs (2)
29
[(MessageMethod.GetAuthenticationCredentials, MessageType.Response)] = e => e.Deserialize(PluginJsonContext.Default.
GetAuthenticationCredentialsResponse
),
76
[typeof(GetAuthenticationCredentialsResponse)] = (w, p) => JsonSerializer.Serialize(w, (GetAuthenticationCredentialsResponse)p, PluginJsonContext.Default.
GetAuthenticationCredentialsResponse
),