Class MFAQuestion
This is used for handling the MFA interaction after login.
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
Answer | string | The response given to the question. |
Id | int | Unique Question Identifier |
Question | string | The text to be displayed to the user. |
TransactionId | string | This groups the questions for integrity. |
Examples
{
"__type": "MFAQuestion:#JackHenry.Eps.Mobile.RDC",
"Id": 0,
"Question": "String Content",
"Answer": "String Content",
"TransactionId": "String Content"
}