updatePasswordWithToken abstract method

Future<RequestResponse> updatePasswordWithToken()

Updates (resets) the password to the chosen password.

The final step in the resetting of a forgotten password.

Implementation

Future<RequestResponse<dynamic>> updatePasswordWithToken();