listHumanAuthFactors method

ResponseFuture<ListHumanAuthFactorsResponse> listHumanAuthFactors(
  1. ListHumanAuthFactorsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ListHumanAuthFactorsResponse> listHumanAuthFactors(
    $1.ListHumanAuthFactorsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listHumanAuthFactors, request, options: options);
}