Previous Topic: Resetting Custom AttributesNext Topic: Adding Elements to ArcotID PKI Key Bag


Fetching QnA Configuration

The number of questions that the user must set for QnA authentication might vary for every organization. This section explains how to use SDK to fetch this information:

  1. (Optional) If you are implementing a plug-in, then invoke the setAdditionalInput() method in the AdditionalInput class to fill the AdditionalInput.

    This class provides the additional information that is set as a name-value pair. See "Preparing Additional Input" for more information.

  2. Invoke the fetchQnAConfiguration() method of the CredentialIssuance interface to fetch the number of questions.

    This method returns an instance of the CredentialResponse interface, which specifies the details of all credentials and the transaction.