Table of Contents

Class GetCredentialsResponse

Namespace
NuGet.Protocol.Plugins
Assembly
NuGet.Protocol.dll
public sealed class GetCredentialsResponse
Inheritance
GetCredentialsResponse
Inherited Members
Extension Methods

Constructors

GetCredentialsResponse(MessageResponseCode, string, string, IReadOnlyList<string>)

public GetCredentialsResponse(MessageResponseCode responseCode, string username, string password, IReadOnlyList<string> authenticationTypes = null)

Parameters

responseCode MessageResponseCode
username string
password string
authenticationTypes IReadOnlyList<string>

Properties

AuthenticationTypes

public IReadOnlyList<string> AuthenticationTypes { get; }

Property Value

IReadOnlyList<string>

Password

public string Password { get; }

Property Value

string

ResponseCode

public MessageResponseCode ResponseCode { get; }

Property Value

MessageResponseCode

Username

public string Username { get; }

Property Value

string