listHumanLinkedIDPs method

ResponseFuture<ListHumanLinkedIDPsResponse> listHumanLinkedIDPs(
  1. ListHumanLinkedIDPsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ListHumanLinkedIDPsResponse> listHumanLinkedIDPs(
    $1.ListHumanLinkedIDPsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listHumanLinkedIDPs, request, options: options);
}