listHumanPasswordless method

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

Implementation

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