IPWorks OFX 2020 Python Edition

Questions / Feedback?

sign_on_user_cred_2q Property

Text prompt for user credential.

Syntax

def get_sign_on_user_cred_2q(sign_on_index: int) -> str: ...

Default Value

""

Remarks

Text prompt for user credential.

If this is present in the server response, a fourth credential is required to authenticate the user in all future requests. This is in addition to ofx_user, ofx_password and sign_on_user_cred_2q. This new credential is represented by UserCred2A) which is the corresponding answer of sign_on_user_cred_2q. This should be then included in each request. In this case, the UserCred1A should also be present in the request.

The sign_on_index parameter specifies the index of the item in the array. The size of the array is controlled by the sign_on_info_count property.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]