Class GetCredentialsResponse
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
MessageResponseCodeusername
stringpassword
stringauthenticationTypes
IReadOnlyList<string>
Properties
AuthenticationTypes
public IReadOnlyList<string> AuthenticationTypes { get; }
Property Value
Password
public string Password { get; }
Property Value
ResponseCode
public MessageResponseCode ResponseCode { get; }
Property Value
Username
public string Username { get; }