Class OTPDetail
The information for VeriSign Token authentication process.
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| CredentialId | string | A Serial Number or Credential ID located on a hardware token or authenticator app |
| RegistrationExpirationDate | string | When Status is Collect, this field will contain the registration expiraton date |
| SecurityCode | string | A one-time password code or security code generated by a hardware token or authenticator app |
| SecurityToken | string | A token used for subsequent VeriSign token requests. Token remains valid for 15 minutes unless logged out. |
| Status | MFAStatus | The status for MFA. |
MFAStatus
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| None | 0 | |
| Error | 1 | |
| Authenticated | 2 | |
| Failed | 3 | |
| Collect | 4 | |
| Challenge | 5 | |
| Blocked | 6 |
Examples
{
"__type":"OTPDetail:#JackHenry.Eps.Mobile.RDC",
"SecurityToken":"String Content",
"Status":MFAStatus.None,
"CredentialId":"String Content",
"SecurityCode":"String Content",
"RegistrationExpirationDate":"String Content",
}