validatePassword method
- @override
- String correlationId,
- String password
override
Validate a password.
correlationId
(optional) transaction id to trace execution through call chain.password
a password to be validated. Return Future that receives null for success.