The protected function validateOneTimePassword in the Manager class only returns a boolean value, which results in the verify function also only returning a boolean.
However, it should return $startTime if $previousTime was passed as described in the documentation.
The protected function validateOneTimePassword in the Manager class only returns a boolean value, which results in the verify function also only returning a boolean.
However, it should return $startTime if $previousTime was passed as described in the documentation.