password abstract method

Future<void> password(
  1. String password
)

Specify the password to be enrolled.

When this method is invoked, the SDK will validate the password and, if valid, will enroll it.

Params:

  • password: the password.

Implementation

Future<void> password(String password);