Auth3dsVerification
Contains information about the mechanism used during the verification.
methodAuth3dsMethod (string)required
- BIOMETRIC - the user was authenticated via BIOMETRICS in the program manager's app.
- OUTOFBAND - the user was authenticated in program manager's app honoring Strong Customer Authentication requirements. Usually a combination of OTP + password. Contact your implementation manger for details.
Possible values: [BIOMETRIC
, OUTOFBAND
]
Auth3dsVerification
{
"method": "BIOMETRIC"
}