SignonResponse

SignonResponse class

Signon response class.

public class SignonResponse

Constructors

NameDescription
SignonResponse()Initializes a new instance of SignonResponse class.

Properties

NameDescription
AccessKey { get; set; }Gets or sets the access key that the client should send in the next signon request
AccountUpdateDate { get; set; }Gets or sets the date and time of last update to account information.
FinancialInstitution { get; set; }Gets or sets the FinancialInstitution.
KeyExpireTime { get; set; }Gets or sets the date and time that USERKEY expires.
Language { get; set; }Gets or sets the language used in text responses.
OfxExtension { get; set; }Gets or sets the OfxExtensionType.
ProfileUpdateDate { get; set; }Gets or sets the date and time of last update to profile information for any service supported by this FI.
ServerDate { get; set; }Gets or sets the date and time of the server response.
SessionCookie { get; set; }Gets or sets the session cookie that the client should return on the next signon request.
Status { get; set; }Gets or sets the Status.
UserKey { get; set; }Gets or sets the use user key instead of UserId and UserPassword for subsequent requests. KeyExpireTime can limit lifetime.

See Also