SignonRequest class

SignonRequest class

Signon request class.

The SignonRequest type exposes the following members:

Constructors

Constructor Description
SignonRequest() Initializes a new instance of SignonRequest class.

Properties

Property Description
client_date Gets or sets the date and time of the request from the client computer.
user_id Gets or sets the user identification string.
user_password Gets or sets the user password on server.
user_key Gets or sets the previously authenticated context.
access_token Gets or sets the out of band arranged token to be used for authentication.
generate_user_key Gets or sets whether request server to return a USERKEY for future use,
language Gets or sets the requested language for text responses.
financial_institution Gets or sets the SignonRequest.financial_institution.
session_cookie Gets or sets the session cookie value received in previous signon response, not sent if first login or if none sent by FI
app_id Gets or sets the ID of client application
app_version Gets or sets the version of client application.
app_key Gets or sets the application key/identifier; arranged out of band between server and client.
client_user_id Gets or sets the unique ID identifying OFX user.
user_credential1 Gets or sets the additional user credential required by server.
user_credential2 Gets or sets the additional user credential required by server.
auth_token Gets or sets the authentication token required for this signon session only. Credential is provided to the user out of band.
access_key Gets or sets the access key value received in prevous signon response, not sent if first login or none sent by FI.
mfa_challenge_answers Gets or sets the collection of MFAChallengeAnswer.
ofx_extension Gets or sets the OfxExtensionType.

See Also