Class GetAuthenticationCredentialsResponse
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
stringpassword
stringmessage
stringauthenticationTypes
IList<string>responseCode
MessageResponseCode
Properties
AuthenticationTypes
public IList<string> AuthenticationTypes { get; }
Property Value
Message
public string Message { get; }
Property Value
Password
public string Password { get; }
Property Value
ResponseCode
public MessageResponseCode ResponseCode { get; }
Property Value
Username
public string Username { get; }
Property Value
Methods
IsValid()
public bool IsValid()