verifyPassword abstract method

Future<void> verifyPassword(
  1. String password
)

The method to be invoked when the password authenticator must be used.

The SDK will verify that the provided password is valid. Params:

  • password: the password.

Implementation

Future<void> verifyPassword(String password);