What it does
Checks whether a user name and a password match the values in the database.Definition
Parameters
| Name | Type | Description |
|---|---|---|
| userName | string | User name |
| passwordHash | string | Password hash |
Returned value
Type | Description |
bool |
|
ValidateUser method in the ABBYY FlexiCapture user management API verifies that a user name and password hash match stored credentials, with hashing sample.
| Name | Type | Description |
|---|---|---|
| userName | string | User name |
| passwordHash | string | Password hash |
Type | Description |
bool |
|