validateCode method
- @override
- String correlationId,
- String userId,
- String code
override
Validates a code.
correlationId
(optional) transaction id to trace execution through call chain.userId
an id of password.code
a code to be validated. Return Future that receives bool value of the validation result.