Skip to main content

Class MFAQuestion

This is used for handling the MFA interaction after login.


Properties

NAMETYPEDESCRIPTION
AnswerstringThe response given to the question.
IdintUnique Question Identifier
QuestionstringThe text to be displayed to the user.
TransactionIdstringThis groups the questions for integrity.

Examples

{
"__type": "MFAQuestion:#JackHenry.Eps.Mobile.RDC",
"Id": 0,
"Question": "String Content",
"Answer": "String Content",
"TransactionId": "String Content"
}