listHumanPasswordless method

ResponseFuture<ListHumanPasswordlessResponse> listHumanPasswordless(
  1. ListHumanPasswordlessRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ListHumanPasswordlessResponse> listHumanPasswordless(
    $1.ListHumanPasswordlessRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listHumanPasswordless, request, options: options);
}