authenticateUserWithPush response
The authenticateUserWithPush response returns the status of the request to authenticate users through a push notification.
authenticateUserWithPush
output fields provides details about the authenticateUserWithPush
output fields.Output Field | Required | Type | Purpose |
|---|---|---|---|
requestId | Y | string | The requestId sent with the AuthenticateUserResponse request. |
status | Y | hex string | Unique status code. 0000=Success . Any other value is an error. |
statusMessage | Y | string | Message corresponding to the status of the request. If the status is not 0000 (success), this is an error message. |
transactionId | Y | string | The transaction ID that is generated by the transaction that is used to call one of the feedback APIs. |
pushDetail :pushCredentialId | Y | string | Unique identifier of the push-enabled credential. |
pushDetail :pushSent | Y | boolean | Identifies if a push notification was sent:
|
numbersChallengeValue | N | string | The unique, two-digit challenge number. This field is only returned if Require Number Challenge is enabled in VIP Manager. Provide this challenge number to the user. |
authContext | N | string | The authentication level used when validating the push notification, if an authentication level was sent in the request. |
See: