Skip to main content

Class OTPDetail

The information for VeriSign Token authentication process.


Properties

NAMETYPEDESCRIPTION
CredentialIdstringA Serial Number or Credential ID located on a hardware token or authenticator app
RegistrationExpirationDatestringWhen Status is Collect, this field will contain the registration expiraton date
SecurityCodestringA one-time password code or security code generated by a hardware token or authenticator app
SecurityTokenstringA token used for subsequent VeriSign token requests. Token remains valid for 15 minutes unless logged out.
StatusMFAStatusThe status for MFA.

MFAStatus

NAMETYPEDESCRIPTION
None0
Error1
Authenticated2
Failed3
Collect4
Challenge5
Blocked6

Examples

{
"__type":"OTPDetail:#JackHenry.Eps.Mobile.RDC",
"SecurityToken":"String Content",
"Status":MFAStatus.None,
"CredentialId":"String Content",
"SecurityCode":"String Content",
"RegistrationExpirationDate":"String Content",
}