SignonRequest

SignonRequest class

Signon request class.

public class SignonRequest

Constructors

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

Properties

NameDescription
AccessKey { get; set; }Gets or sets the access key value received in prevous signon response, not sent if first login or none sent by FI.
AccessToken { get; set; }Gets or sets the out of band arranged token to be used for authentication.
AppId { get; set; }Gets or sets the ID of client application
AppKey { get; set; }Gets or sets the application key/identifier; arranged out of band between server and client.
AppVersion { get; set; }Gets or sets the version of client application.
AuthToken { get; set; }Gets or sets the authentication token required for this signon session only. Credential is provided to the user out of band.
ClientDate { get; set; }Gets or sets the date and time of the request from the client computer.
ClientUserId { get; set; }Gets or sets the unique ID identifying OFX user.
FinancialInstitution { get; set; }Gets or sets the FinancialInstitution.
GenerateUserKey { get; set; }Gets or sets whether request server to return a USERKEY for future use,
Language { get; set; }Gets or sets the requested language for text responses.
MFAChallengeAnswers { get; set; }Gets or sets the collection of MFAChallengeAnswer.
OfxExtension { get; set; }Gets or sets the OfxExtensionType.
SessionCookie { get; set; }Gets or sets the session cookie value received in previous signon response, not sent if first login or if none sent by FI
UserCredential1 { get; set; }Gets or sets the additional user credential required by server.
UserCredential2 { get; set; }Gets or sets the additional user credential required by server.
UserId { get; set; }Gets or sets the user identification string.
UserKey { get; set; }Gets or sets the previously authenticated context.
UserPassword { get; set; }Gets or sets the user password on server.

See Also