listHumanAuthFactors_Pre method

Future<ListHumanAuthFactorsResponse> listHumanAuthFactors_Pre(
  1. ServiceCall $call,
  2. Future<ListHumanAuthFactorsRequest> $request
)

Implementation

$async.Future<$0.ListHumanAuthFactorsResponse> listHumanAuthFactors_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.ListHumanAuthFactorsRequest> $request) async {
  return listHumanAuthFactors($call, await $request);
}