0

I am using discoverAndAddAccountsResponse to answer the first set of MFA challenge questions, but this method only returns an AccountList.

Is there ever a situation where I should expect more MFA questions in response to the first set of MFA questions, and if so, how should I implement that process?

Thanks in advance.

Manas Mukherjee
  • 5,270
  • 3
  • 18
  • 30
Sundance
  • 52
  • 5

1 Answers1

1

Yes - see this page for more information - http://docs.developer.intuit.com/0020_Aggregation_Categorization_Apps/0005_Service_Features/Multi-Factor_Authentication.

William Lorfing
  • 2,656
  • 10
  • 7
  • Then in what situation would you use the discoverAndAddAccountsResponse method? – Sundance Apr 23 '13 at 13:04
  • Answered here: [stackoverflow.com/questions/16192453](http://stackoverflow.com/questions/16192453/under-what-situation-would-the-discoverandaddaccountsresponse-method-in-ipp-aggc) – Sundance May 08 '13 at 17:58