verifyPasswordResetOTP abstract method

Future<RequestResponse> verifyPasswordResetOTP()

Verifies the OTP sent through generatePasswordResetOTP.

This is the second step for resetting a forgotten password.

Implementation

Future<RequestResponse<dynamic>> verifyPasswordResetOTP();