SignonRequest class

SignonRequest class

Signon request class.

The SignonRequest type exposes the following members:

Constructors

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

Properties

PropertyDescription
client_dateGets or sets the date and time of the request from the client computer.
user_idGets or sets the user identification string.
user_passwordGets or sets the user password on server.
user_keyGets or sets the previously authenticated context.
access_tokenGets or sets the out of band arranged token to be used for authentication.
generate_user_keyGets or sets whether request server to return a USERKEY for future use,
languageGets or sets the requested language for text responses.
financial_institutionGets or sets the SignonRequest.financial_institution.
session_cookieGets or sets the session cookie value received in previous signon response, not sent if first login or if none sent by FI
app_idGets or sets the ID of client application
app_versionGets or sets the version of client application.
app_keyGets or sets the application key/identifier; arranged out of band between server and client.
client_user_idGets or sets the unique ID identifying OFX user.
user_credential1Gets or sets the additional user credential required by server.
user_credential2Gets or sets the additional user credential required by server.
auth_tokenGets or sets the authentication token required for this signon session only. Credential is provided to the user out of band.
access_keyGets or sets the access key value received in prevous signon response, not sent if first login or none sent by FI.
mfa_challenge_answersGets or sets the collection of MFAChallengeAnswer.
ofx_extensionGets or sets the OfxExtensionType.

See Also