Table of Contents

Class GetAuthenticationCredentialsResponse

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

Constructors

GetAuthenticationCredentialsResponse(string, string, string, IList<string>, MessageResponseCode)

public GetAuthenticationCredentialsResponse(string username, string password, string message, IList<string> authenticationTypes, MessageResponseCode responseCode)

Parameters

username string
password string
message string
authenticationTypes IList<string>
responseCode MessageResponseCode

Properties

AuthenticationTypes

public IList<string> AuthenticationTypes { get; }

Property Value

IList<string>

Message

public string Message { get; }

Property Value

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

Methods

IsValid()

public bool IsValid()

Returns

bool