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