authenticateUser method

Implementation

Future<IAMPASSAuthenticationSession?> authenticateUser(
    IAMPASSStartAuthenticationParams params) {
  throw UnimplementedError('authenticateUser has not been implemented.');
}