ValidateCR request
ValidateCR input fields provides details about the ValidateCR input fields. Send the request to:
Input Field | Required? | Type | Purpose |
|---|---|---|---|
TokenIds | Y | String | The given Challenge/Response is validated against one or more token IDs provided in this array. |
NumericChallenge | N | Number | The challenge, represented as a decimal number (8 to 64 digits). If NumericChallenge is sent, do not send HexChallenge. |
HexChallenge | N | Hex String | The challenge, represented as a hex string (always 40 hex digits in length). If HexChallenge is sent, do not send NumericChallenge . |
Response | Y | Number | The numeric response (typically 6 digits) to the NumericChallenge , and which is generated by the user's credential. |
CheckOnly | Y | Boolean | Specifies if an invalid response should count as a failed attempt. If this field is set to false (the default value), a failure increases the number of bad attempts. If this field is set to true, a failure does not cause any side effects. |
Usage | N | String | Usage is identified as either SIGNING or AUTHENTICATION. Currently, SIGNING is the only usage supported. |