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
usernamestringpasswordstringmessagestringauthenticationTypesIList<string>responseCodeMessageResponseCode
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()