authenticate method
- String correlationId,
- String userId,
- String password
Authenticates a password.
correlationId
(optional) transaction id to trace execution through call chain.userId
an id of password.password
a password to be authenticated. Return Future that receives bool value of the authentication result.